Data.Cloud.AzureAPI.TAzureTableService.SetTableServiceProperties
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.Cloud.AzureAPI.pas Data.Cloud.AzureAPI.hpp
| |
Unit: Data.Cloud.AzureAPI | |
Parent: TAzureTableService |
Delphi
function SetTableServiceProperties(const AProperties: TStorageServiceProperties; const AResponseInfo: TCloudResponseInfo): Boolean;
C++
bool __fastcall SetTableServiceProperties(Data::Cloud::Azureapi::Storageanalytics::TStorageServiceProperties* const AProperties, Data::Cloud::Cloudapi::TCloudResponseInfo* const AResponseInfo);
Description
Sets the specified service properties as the properties of the table service, including properties for storage analytics and CORS rules.
- Note: Only the storage account owner may call this operation.
AResponseInfo
is an optional instance of TCloudResponseInfo to store the information of the response. Use a nil value if you do not need the information of the response.
See Also
- Data.Cloud.AzureAPI.TAzureTableService.GetTableServiceProperties
- Data.Cloud.AzureAPI.TAzureTableService.GetTableServicePropertiesXML