<PackageReference Include="Relativity.Server.Infrastructure.SDK" Version="5000.0.1" />

AnalyticsServerRequest

Represents a request for creating or updating an analytics server.

Gets or sets a list of analytics operations assigned to the server.

public string Keywords { get; set; }

Gets or sets any keywords associated with the resource server.

public int MaximumConnectors { get; set; }

Gets or sets the number of maximum connectors of the analytics server.

public int MaximumTotalConnectors { get; set; }

Gets or sets the total number of maximum connectors of the analytics server.

public string Name { get; set; }

Gets or sets the name of the analytics server.

public string Notes { get; set; }

Gets or sets an optional description or other information about the resource server.

public string RestApiPassword { get; set; }

Gets or sets the password for the REST API of the analytics server.

public string RestApiUsername { get; set; }

Gets or sets the username for the REST API of the analytics server.

public ObjectIdentifier Status { get; set; }

Gets or sets the identifier of the status of the analytics server.

public string Url { get; set; }

Gets or sets the URL of the analtyics server.

Initializes a new instance of the AnalyticsServerRequest class with all properties set to their default values.

Initializes a new instance of the AnalyticsServerRequest class with property values copied from a response object, which is useful for chaining commands.

Initializes a new instance of the AnalyticsServerRequest class with property values copied from a default values object, which is useful for chaining commands.

Allows a response object to be implicitly converted to a request object.

Allows a default values object to be implicitly converted to a request object.