Interface IServerInfo
Interface for an API client server information model.
Namespace: Tableau.Migration.Api.Models
Assembly: Tableau.Migration.dll
Syntax
public interface IServerInfo
Properties
BuildVersion
Gets the build version of the server.
Declaration
string BuildVersion { get; }
Property Value
Type | Description |
---|---|
string |
ProductVersion
Gets the product version of the server.
Declaration
string ProductVersion { get; }
Property Value
Type | Description |
---|---|
string |
RestApiVersion
Gets the REST API version of the server.
Declaration
string RestApiVersion { get; }
Property Value
Type | Description |
---|---|
string |
TableauServerVersion
Gets a TableauServerVersion instance from the version values.
Declaration
TableauServerVersion TableauServerVersion { get; }
Property Value
Type | Description |
---|---|
TableauServerVersion |