IService.SystemPropertiesGet(SystemPropertiesGetRequest) Method

Definition

Retrieves immutable properties about the system.

public:
 Microsoft::MasterDataServices::Services::MessageContracts::SystemPropertiesGetResponse ^ SystemPropertiesGet(Microsoft::MasterDataServices::Services::MessageContracts::SystemPropertiesGetRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))]
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))]
[System.ServiceModel.OperationContract]
public Microsoft.MasterDataServices.Services.MessageContracts.SystemPropertiesGetResponse SystemPropertiesGet (Microsoft.MasterDataServices.Services.MessageContracts.SystemPropertiesGetRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member SystemPropertiesGet : Microsoft.MasterDataServices.Services.MessageContracts.SystemPropertiesGetRequest -> Microsoft.MasterDataServices.Services.MessageContracts.SystemPropertiesGetResponse
Public Function SystemPropertiesGet (request As SystemPropertiesGetRequest) As SystemPropertiesGetResponse

Parameters

Returns

Attributes

Remarks

The SystemPropertiesGet(SystemPropertiesGetRequest) operation retrieves available read-only properties about the system. This operation has no request parameters and responds with all available system properties. This operation currently provides database disk size information, but this operation could be extended to include other values in the future.

System properties include the following:

  • DatabaseSchemaVersion: The version of the MDS schema installed.

Applies to