Method | Description | |
---|---|---|
CreateIfNotExists ( this table ) : bool |
Creates the table if it does not already exist.
|
|
GetServicePropertiesAsync ( this tableClient, |
Gets the properties of the table service asynchronously.
|
|
ListTablesAsync ( this tableClient,
|
Gets the properties of the table service asynchronously.
|
|
ListTablesAsync ( this tableClient, string prefix,
|
Gets the properties of the table service asynchronously.
|
|
ListTablesAsync ( this tableClient, string prefix, int maxResults,
|
Gets the properties of the table service asynchronously.
|
|
ListTablesSegmentedAsync ( this tableClient, string prefix, Microsoft.WindowsAzure.Storage.Table.TableContinuationToken continuationToken, |
Returns an enumerable collection of tables in the storage account asynchronously.
|
|
ListTablesSegmentedAsync ( this tableClient, string prefix, int maxResults, Microsoft.WindowsAzure.Storage.Table.TableContinuationToken continuationToken, |
Returns an enumerable collection of tables in the storage account asynchronously.
|
|
SetServicePropertiesAsync ( this tableClient, Microsoft.WindowsAzure.Storage.Shared.Protocol.ServiceProperties serviceProperties, |
Sets the properties of the table service asynchronously.
|
Method | Description | |
---|---|---|
ListTablesImplAsync ( this tableClient, List
|
Returns an enumerable collection of tables in the storage account asynchronously.
|
public static CreateIfNotExists ( this table ) : bool | ||
table | this | |
return | bool |
public static GetServicePropertiesAsync ( this tableClient, |
||
tableClient | this | Cloud table client. |
cancellationToken | Cancellation token. | |
return | Task |
public static ListTablesAsync ( this tableClient,
|
||
tableClient | this | Cloud table client. |
cancellationToken | Cancellation token. | |
return | Task
|
public static ListTablesAsync ( this tableClient, string prefix,
|
||
tableClient | this | Cloud table client. |
prefix | string | The table name prefix. |
cancellationToken | Cancellation token. | |
return | Task
|
public static ListTablesAsync ( this tableClient, string prefix, int maxResults,
|
||
tableClient | this | Cloud table client. |
prefix | string | The table name prefix. |
maxResults | int | /// A non-negative integer value that indicates the maximum number of results to be returned at a time, up to the /// per-operation limit of 5000. If this value is zero the maximum possible number of results will be returned, up to 5000. /// |
cancellationToken | Cancellation token. | |
return | Task
|
public static ListTablesSegmentedAsync ( this tableClient, string prefix, Microsoft.WindowsAzure.Storage.Table.TableContinuationToken continuationToken, |
||
tableClient | this | Cloud table client. |
prefix | string | The table name prefix. |
continuationToken | Microsoft.WindowsAzure.Storage.Table.TableContinuationToken |
/// A |
cancellationToken | Cancellation token. | |
return | Task |
public static ListTablesSegmentedAsync ( this tableClient, string prefix, int maxResults, Microsoft.WindowsAzure.Storage.Table.TableContinuationToken continuationToken, |
||
tableClient | this | Cloud table client. |
prefix | string | The table name prefix. |
maxResults | int | /// A non-negative integer value that indicates the maximum number of results to be returned at a time, up to the /// per-operation limit of 5000. If this value is zero the maximum possible number of results will be returned, up to 5000. /// |
continuationToken | Microsoft.WindowsAzure.Storage.Table.TableContinuationToken | Continuation token. |
cancellationToken | Cancellation token. | |
return | Task |
public static SetServicePropertiesAsync ( this tableClient, Microsoft.WindowsAzure.Storage.Shared.Protocol.ServiceProperties serviceProperties, |
||
tableClient | this | Cloud table client. |
serviceProperties | Microsoft.WindowsAzure.Storage.Shared.Protocol.ServiceProperties | The table service properties. |
cancellationToken | Cancellation token. | |
return | Task |