TableServiceClient.GetProperties(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the properties of an account's Table service, including properties for Analytics and CORS (Cross-Origin Resource Sharing) rules.
public virtual Azure.Response<Azure.Data.Tables.Models.TableServiceProperties> GetProperties (System.Threading.CancellationToken cancellationToken = default);
abstract member GetProperties : System.Threading.CancellationToken -> Azure.Response<Azure.Data.Tables.Models.TableServiceProperties>
override this.GetProperties : System.Threading.CancellationToken -> Azure.Response<Azure.Data.Tables.Models.TableServiceProperties>
Public Overridable Function GetProperties (Optional cancellationToken As CancellationToken = Nothing) As Response(Of TableServiceProperties)
Parameters
- cancellationToken
- CancellationToken
A CancellationToken controlling the request lifetime.
Returns
The Response<T> indicating the result of the operation.