Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudTable Class (Microsoft.WindowsAzure.Storage.Table)

Represents a Windows Azure table.

Namespace:   Microsoft.WindowsAzure.Storage.Table
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.Table.::..CloudTable

Syntax

 
public class CloudTable
 
public ref class CloudTable 
 
type CloudTable = class end
 
Public Class CloudTable

Properties

NameDescription
System_CAPS_pubpropertyNameNameNameName

Gets the name of the table.

System_CAPS_pubpropertyServiceClientServiceClientServiceClientServiceClient

Gets the CloudTableClient object that represents the Table service.

System_CAPS_pubpropertyStorageUriStorageUriStorageUriStorageUri

Gets the table's URIs for both the primary and secondary locations.

System_CAPS_pubpropertyUriUriUriUri

Gets the table URI for the primary location.

Methods

NameDescription
System_CAPS_pubmethodBeginCreate(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous operation to create a table.

System_CAPS_pubmethodBeginCreate(TableRequestOptions, OperationContext, AsyncCallback, Object)(TableRequestOptions^, OperationContext^, AsyncCallback^, Object^)(TableRequestOptions, OperationContext, AsyncCallback, Object)(TableRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to create a table.

System_CAPS_pubmethodBeginCreateIfNotExists(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous operation to create a table if it does not already exist.

System_CAPS_pubmethodBeginCreateIfNotExists(TableRequestOptions, OperationContext, AsyncCallback, Object)(TableRequestOptions^, OperationContext^, AsyncCallback^, Object^)(TableRequestOptions, OperationContext, AsyncCallback, Object)(TableRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to create a table if it does not already exist.

System_CAPS_pubmethodBeginDelete(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous operation to delete a table.

System_CAPS_pubmethodBeginDelete(TableRequestOptions, OperationContext, AsyncCallback, Object)(TableRequestOptions^, OperationContext^, AsyncCallback^, Object^)(TableRequestOptions, OperationContext, AsyncCallback, Object)(TableRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to delete a table.

System_CAPS_pubmethodBeginDeleteIfExists(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous operation to delete the table if it exists.

System_CAPS_pubmethodBeginDeleteIfExists(TableRequestOptions, OperationContext, AsyncCallback, Object)(TableRequestOptions^, OperationContext^, AsyncCallback^, Object^)(TableRequestOptions, OperationContext, AsyncCallback, Object)(TableRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to delete the table if it exists.

System_CAPS_pubmethodBeginExecute(TableOperation, AsyncCallback, Object)(TableOperation^, AsyncCallback^, Object^)(TableOperation, AsyncCallback, Object)(TableOperation, AsyncCallback, Object)

Begins execution of an asynchronous table operation.

System_CAPS_pubmethodBeginExecute(TableOperation, TableRequestOptions, OperationContext, AsyncCallback, Object)(TableOperation^, TableRequestOptions^, OperationContext^, AsyncCallback^, Object^)(TableOperation, TableRequestOptions, OperationContext, AsyncCallback, Object)(TableOperation, TableRequestOptions, OperationContext, AsyncCallback, Object)

Begins execution of an asynchronous table operation.

System_CAPS_pubmethodBeginExecuteBatch(TableBatchOperation, AsyncCallback, Object)(TableBatchOperation^, AsyncCallback^, Object^)(TableBatchOperation, AsyncCallback, Object)(TableBatchOperation, AsyncCallback, Object)

Begins an asynchronous operation to execute a batch of operations on a table.

System_CAPS_pubmethodBeginExecuteBatch(TableBatchOperation, TableRequestOptions, OperationContext, AsyncCallback, Object)(TableBatchOperation^, TableRequestOptions^, OperationContext^, AsyncCallback^, Object^)(TableBatchOperation, TableRequestOptions, OperationContext, AsyncCallback, Object)(TableBatchOperation, TableRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to execute a batch of operations on a table.

System_CAPS_pubmethodBeginExecuteQuerySegmented(TableQuery, TableContinuationToken, AsyncCallback, Object)(TableQuery^, TableContinuationToken^, AsyncCallback^, Object^)(TableQuery, TableContinuationToken, AsyncCallback, Object)(TableQuery, TableContinuationToken, AsyncCallback, Object)

Begins an asynchronous segmented query on a table.

System_CAPS_pubmethodBeginExecuteQuerySegmented(TableQuery, TableContinuationToken, TableRequestOptions, OperationContext, AsyncCallback, Object)(TableQuery^, TableContinuationToken^, TableRequestOptions^, OperationContext^, AsyncCallback^, Object^)(TableQuery, TableContinuationToken, TableRequestOptions, OperationContext, AsyncCallback, Object)(TableQuery, TableContinuationToken, TableRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous segmented query on a table.

System_CAPS_pubmethodBeginExecuteQuerySegmented<TResult><TResult><'TResult>(Of TResult)(TableQuery, EntityResolver<TResult>, TableContinuationToken, AsyncCallback, Object)(TableQuery^, EntityResolver<TResult>^, TableContinuationToken^, AsyncCallback^, Object^)(TableQuery, EntityResolver<'TResult>, TableContinuationToken, AsyncCallback, Object)(TableQuery, EntityResolver(Of TResult), TableContinuationToken, AsyncCallback, Object)

Begins an asynchronous operation to execute a segmented query and apply the specified EntityResolver<T><T><'T>(Of T) to the result.

System_CAPS_pubmethodBeginExecuteQuerySegmented<TResult><TResult><'TResult>(Of TResult)(TableQuery, EntityResolver<TResult>, TableContinuationToken, TableRequestOptions, OperationContext, AsyncCallback, Object)(TableQuery^, EntityResolver<TResult>^, TableContinuationToken^, TableRequestOptions^, OperationContext^, AsyncCallback^, Object^)(TableQuery, EntityResolver<'TResult>, TableContinuationToken, TableRequestOptions, OperationContext, AsyncCallback, Object)(TableQuery, EntityResolver(Of TResult), TableContinuationToken, TableRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to execute a segmented query and apply the specified EntityResolver<T><T><'T>(Of T) to the result.

System_CAPS_pubmethodBeginExecuteQuerySegmented<TElement><TElement><'TElement>(Of TElement)(TableQuery<TElement>, TableContinuationToken, AsyncCallback, Object)(TableQuery<TElement>^, TableContinuationToken^, AsyncCallback^, Object^)(TableQuery<'TElement>, TableContinuationToken, AsyncCallback, Object)(TableQuery(Of TElement), TableContinuationToken, AsyncCallback, Object)

Begins an asynchronous operation to query a table in segmented mode.

System_CAPS_pubmethodBeginExecuteQuerySegmented<TElement><TElement><'TElement>(Of TElement)(TableQuery<TElement>, TableContinuationToken, TableRequestOptions, OperationContext, AsyncCallback, Object)(TableQuery<TElement>^, TableContinuationToken^, TableRequestOptions^, OperationContext^, AsyncCallback^, Object^)(TableQuery<'TElement>, TableContinuationToken, TableRequestOptions, OperationContext, AsyncCallback, Object)(TableQuery(Of TElement), TableContinuationToken, TableRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to query a table in segmented mode.

System_CAPS_pubmethodBeginExecuteQuerySegmented<TElement, TResult><TElement, TResult><'TElement, 'TResult>(Of TElement, TResult)(TableQuery<TElement>, EntityResolver<TResult>, TableContinuationToken, AsyncCallback, Object)(TableQuery<TElement>^, EntityResolver<TResult>^, TableContinuationToken^, AsyncCallback^, Object^)(TableQuery<'TElement>, EntityResolver<'TResult>, TableContinuationToken, AsyncCallback, Object)(TableQuery(Of TElement), EntityResolver(Of TResult), TableContinuationToken, AsyncCallback, Object)

Begins an asynchronous operation to query a table in segmented mode and apply the specified EntityResolver<T><T><'T>(Of T) to the results.

System_CAPS_pubmethodBeginExecuteQuerySegmented<TElement, TResult><TElement, TResult><'TElement, 'TResult>(Of TElement, TResult)(TableQuery<TElement>, EntityResolver<TResult>, TableContinuationToken, TableRequestOptions, OperationContext, AsyncCallback, Object)(TableQuery<TElement>^, EntityResolver<TResult>^, TableContinuationToken^, TableRequestOptions^, OperationContext^, AsyncCallback^, Object^)(TableQuery<'TElement>, EntityResolver<'TResult>, TableContinuationToken, TableRequestOptions, OperationContext, AsyncCallback, Object)(TableQuery(Of TElement), EntityResolver(Of TResult), TableContinuationToken, TableRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to execute a query in segmented mode and apply the specified EntityResolver<T><T><'T>(Of T) to the results.

System_CAPS_pubmethodBeginExists(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous operation to determine whether a table exists.

System_CAPS_pubmethodBeginExists(TableRequestOptions, OperationContext, AsyncCallback, Object)(TableRequestOptions^, OperationContext^, AsyncCallback^, Object^)(TableRequestOptions, OperationContext, AsyncCallback, Object)(TableRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to determine whether a table exists.

System_CAPS_pubmethodBeginGetPermissions(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous request to get the permissions settings for the table.

System_CAPS_pubmethodBeginGetPermissions(TableRequestOptions, OperationContext, AsyncCallback, Object)(TableRequestOptions^, OperationContext^, AsyncCallback^, Object^)(TableRequestOptions, OperationContext, AsyncCallback, Object)(TableRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous request to get the permissions settings for the table.

System_CAPS_pubmethodBeginSetPermissions(TablePermissions, AsyncCallback, Object)(TablePermissions^, AsyncCallback^, Object^)(TablePermissions, AsyncCallback, Object)(TablePermissions, AsyncCallback, Object)

Begins an asynchronous request to set permissions for the table.

System_CAPS_pubmethodBeginSetPermissions(TablePermissions, TableRequestOptions, OperationContext, AsyncCallback, Object)(TablePermissions^, TableRequestOptions^, OperationContext^, AsyncCallback^, Object^)(TablePermissions, TableRequestOptions, OperationContext, AsyncCallback, Object)(TablePermissions, TableRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous request to set permissions for the table.

System_CAPS_pubmethodCreateAsync()()()()

Initiates an asynchronous operation to create a table.

System_CAPS_pubmethodCreateAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Initiates an asynchronous operation to create a table.

System_CAPS_pubmethodCreateAsync(TableRequestOptions, OperationContext)(TableRequestOptions^, OperationContext^)(TableRequestOptions, OperationContext)(TableRequestOptions, OperationContext)

Initiates an asynchronous operation to create a table.

System_CAPS_pubmethodCreateAsync(TableRequestOptions, OperationContext, CancellationToken)(TableRequestOptions^, OperationContext^, CancellationToken)(TableRequestOptions, OperationContext, CancellationToken)(TableRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to create a table.

System_CAPS_pubmethodCreateIfNotExistsAsync()()()()

Initiates an asynchronous operation to create a table if it does not already exist.

System_CAPS_pubmethodCreateIfNotExistsAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Initiates an asynchronous operation to create a table if it does not already exist.

System_CAPS_pubmethodCreateIfNotExistsAsync(TableRequestOptions, OperationContext)(TableRequestOptions^, OperationContext^)(TableRequestOptions, OperationContext)(TableRequestOptions, OperationContext)

Initiates an asynchronous operation to create a table if it does not already exist.

System_CAPS_pubmethodCreateIfNotExistsAsync(TableRequestOptions, OperationContext, CancellationToken)(TableRequestOptions^, OperationContext^, CancellationToken)(TableRequestOptions, OperationContext, CancellationToken)(TableRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to create a table if it does not already exist.

System_CAPS_pubmethodCreateQuery<TElement><TElement><'TElement>(Of TElement)()()()()
System_CAPS_pubmethodDeleteAsync()()()()

Initiates an asynchronous operation to delete a table.

System_CAPS_pubmethodDeleteAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Initiates an asynchronous operation to delete a table.

System_CAPS_pubmethodDeleteAsync(TableRequestOptions, OperationContext)(TableRequestOptions^, OperationContext^)(TableRequestOptions, OperationContext)(TableRequestOptions, OperationContext)

Initiates an asynchronous operation to delete a table.

System_CAPS_pubmethodDeleteAsync(TableRequestOptions, OperationContext, CancellationToken)(TableRequestOptions^, OperationContext^, CancellationToken)(TableRequestOptions, OperationContext, CancellationToken)(TableRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to delete a table.

System_CAPS_pubmethodDeleteIfExistsAsync()()()()

Initiates an asynchronous operation to delete the table if it exists.

System_CAPS_pubmethodDeleteIfExistsAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Initiates an asynchronous operation to delete the table if it exists.

System_CAPS_pubmethodDeleteIfExistsAsync(TableRequestOptions, OperationContext)(TableRequestOptions^, OperationContext^)(TableRequestOptions, OperationContext)(TableRequestOptions, OperationContext)

Initiates an asynchronous operation to delete the table if it exists.

System_CAPS_pubmethodDeleteIfExistsAsync(TableRequestOptions, OperationContext, CancellationToken)(TableRequestOptions^, OperationContext^, CancellationToken)(TableRequestOptions, OperationContext, CancellationToken)(TableRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to delete the table if it exists.

System_CAPS_pubmethodEndCreate(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to create a table.

System_CAPS_pubmethodEndCreateIfNotExists(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to create a table if it does not already exist.

System_CAPS_pubmethodEndDelete(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to delete a table.

System_CAPS_pubmethodEndDeleteIfExists(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to delete the table if it exists.

System_CAPS_pubmethodEndExecute(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends execution of an asynchronous table operation.

System_CAPS_pubmethodEndExecuteBatch(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to execute a batch of operations on a table.

System_CAPS_pubmethodEndExecuteQuerySegmented(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous segmented query on a table.

System_CAPS_pubmethodEndExecuteQuerySegmented<TResult><TResult><'TResult>(Of TResult)(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to query a table in segmented mode.

System_CAPS_pubmethodEndExecuteQuerySegmented<TElement, TResult><TElement, TResult><'TElement, 'TResult>(Of TElement, TResult)(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to execute a query in segmented mode.

System_CAPS_pubmethodEndExists(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to determine whether a table exists.

System_CAPS_pubmethodEndGetPermissions(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Returns the asynchronous result of the request to get the permissions settings for the table.

System_CAPS_pubmethodEndSetPermissions(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Returns the asynchronous result of the request to get the permissions settings for the table.

System_CAPS_pubmethodEquals(Object)(Object^)(Object)(Object)

(Inherited from Object.)

System_CAPS_pubmethodExecuteAsync(TableOperation)(TableOperation^)(TableOperation)(TableOperation)

Initiates an asynchronous operation that executes an asynchronous table operation.

System_CAPS_pubmethodExecuteAsync(TableOperation, CancellationToken)(TableOperation^, CancellationToken)(TableOperation, CancellationToken)(TableOperation, CancellationToken)

Initiates an asynchronous operation that executes an asynchronous table operation.

System_CAPS_pubmethodExecuteAsync(TableOperation, TableRequestOptions, OperationContext)(TableOperation^, TableRequestOptions^, OperationContext^)(TableOperation, TableRequestOptions, OperationContext)(TableOperation, TableRequestOptions, OperationContext)

Initiates an asynchronous operation that executes an asynchronous table operation.

System_CAPS_pubmethodExecuteAsync(TableOperation, TableRequestOptions, OperationContext, CancellationToken)(TableOperation^, TableRequestOptions^, OperationContext^, CancellationToken)(TableOperation, TableRequestOptions, OperationContext, CancellationToken)(TableOperation, TableRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation that executes an asynchronous table operation.

System_CAPS_pubmethodExecuteBatchAsync(TableBatchOperation)(TableBatchOperation^)(TableBatchOperation)(TableBatchOperation)

Initiates an asynchronous operation to execute a batch of operations on a table.

System_CAPS_pubmethodExecuteBatchAsync(TableBatchOperation, CancellationToken)(TableBatchOperation^, CancellationToken)(TableBatchOperation, CancellationToken)(TableBatchOperation, CancellationToken)

Initiates an asynchronous operation to execute a batch of operations on a table.

System_CAPS_pubmethodExecuteBatchAsync(TableBatchOperation, TableRequestOptions, OperationContext)(TableBatchOperation^, TableRequestOptions^, OperationContext^)(TableBatchOperation, TableRequestOptions, OperationContext)(TableBatchOperation, TableRequestOptions, OperationContext)

Initiates an asynchronous operation to execute a batch of operations on a table.

System_CAPS_pubmethodExecuteBatchAsync(TableBatchOperation, TableRequestOptions, OperationContext, CancellationToken)(TableBatchOperation^, TableRequestOptions^, OperationContext^, CancellationToken)(TableBatchOperation, TableRequestOptions, OperationContext, CancellationToken)(TableBatchOperation, TableRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to execute a batch of operations on a table.

System_CAPS_pubmethodExecuteQuerySegmentedAsync(TableQuery, TableContinuationToken)(TableQuery^, TableContinuationToken^)(TableQuery, TableContinuationToken)(TableQuery, TableContinuationToken)

Initiates an asynchronous operation to perform a segmented query on a table.

System_CAPS_pubmethodExecuteQuerySegmentedAsync(TableQuery, TableContinuationToken, CancellationToken)(TableQuery^, TableContinuationToken^, CancellationToken)(TableQuery, TableContinuationToken, CancellationToken)(TableQuery, TableContinuationToken, CancellationToken)

Initiates an asynchronous operation to perform a segmented query on a table.

System_CAPS_pubmethodExecuteQuerySegmentedAsync(TableQuery, TableContinuationToken, TableRequestOptions, OperationContext)(TableQuery^, TableContinuationToken^, TableRequestOptions^, OperationContext^)(TableQuery, TableContinuationToken, TableRequestOptions, OperationContext)(TableQuery, TableContinuationToken, TableRequestOptions, OperationContext)

Initiates an asynchronous operation to perform a segmented query on a table.

System_CAPS_pubmethodExecuteQuerySegmentedAsync(TableQuery, TableContinuationToken, TableRequestOptions, OperationContext, CancellationToken)(TableQuery^, TableContinuationToken^, TableRequestOptions^, OperationContext^, CancellationToken)(TableQuery, TableContinuationToken, TableRequestOptions, OperationContext, CancellationToken)(TableQuery, TableContinuationToken, TableRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to perform a segmented query on a table.

System_CAPS_pubmethodExecuteQuerySegmentedAsync<TResult><TResult><'TResult>(Of TResult)(TableQuery, EntityResolver<TResult>, TableContinuationToken)(TableQuery^, EntityResolver<TResult>^, TableContinuationToken^)(TableQuery, EntityResolver<'TResult>, TableContinuationToken)(TableQuery, EntityResolver(Of TResult), TableContinuationToken)

Initiates an asynchronous operation to execute a segmented query and apply the specified EntityResolver<T><T><'T>(Of T) to the result.

System_CAPS_pubmethodExecuteQuerySegmentedAsync<TResult><TResult><'TResult>(Of TResult)(TableQuery, EntityResolver<TResult>, TableContinuationToken, CancellationToken)(TableQuery^, EntityResolver<TResult>^, TableContinuationToken^, CancellationToken)(TableQuery, EntityResolver<'TResult>, TableContinuationToken, CancellationToken)(TableQuery, EntityResolver(Of TResult), TableContinuationToken, CancellationToken)

Initiates an asynchronous operation to execute a segmented query and apply the specified EntityResolver<T><T><'T>(Of T) to the result.

System_CAPS_pubmethodExecuteQuerySegmentedAsync<TResult><TResult><'TResult>(Of TResult)(TableQuery, EntityResolver<TResult>, TableContinuationToken, TableRequestOptions, OperationContext)(TableQuery^, EntityResolver<TResult>^, TableContinuationToken^, TableRequestOptions^, OperationContext^)(TableQuery, EntityResolver<'TResult>, TableContinuationToken, TableRequestOptions, OperationContext)(TableQuery, EntityResolver(Of TResult), TableContinuationToken, TableRequestOptions, OperationContext)

Initiates an asynchronous operation to execute a segmented query and apply the specified EntityResolver<T><T><'T>(Of T) to the result.

System_CAPS_pubmethodExecuteQuerySegmentedAsync<TResult><TResult><'TResult>(Of TResult)(TableQuery, EntityResolver<TResult>, TableContinuationToken, TableRequestOptions, OperationContext, CancellationToken)(TableQuery^, EntityResolver<TResult>^, TableContinuationToken^, TableRequestOptions^, OperationContext^, CancellationToken)(TableQuery, EntityResolver<'TResult>, TableContinuationToken, TableRequestOptions, OperationContext, CancellationToken)(TableQuery, EntityResolver(Of TResult), TableContinuationToken, TableRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to execute a segmented query and apply the specified EntityResolver<T><T><'T>(Of T) to the result.

System_CAPS_pubmethodExecuteQuerySegmentedAsync<TElement><TElement><'TElement>(Of TElement)(TableQuery<TElement>, TableContinuationToken)(TableQuery<TElement>^, TableContinuationToken^)(TableQuery<'TElement>, TableContinuationToken)(TableQuery(Of TElement), TableContinuationToken)

Initiates an asynchronous operation to query a table in segmented mode.

System_CAPS_pubmethodExecuteQuerySegmentedAsync<TElement><TElement><'TElement>(Of TElement)(TableQuery<TElement>, TableContinuationToken, CancellationToken)(TableQuery<TElement>^, TableContinuationToken^, CancellationToken)(TableQuery<'TElement>, TableContinuationToken, CancellationToken)(TableQuery(Of TElement), TableContinuationToken, CancellationToken)

Initiates an asynchronous operation to query a table in segmented mode.

System_CAPS_pubmethodExecuteQuerySegmentedAsync<TElement><TElement><'TElement>(Of TElement)(TableQuery<TElement>, TableContinuationToken, TableRequestOptions, OperationContext)(TableQuery<TElement>^, TableContinuationToken^, TableRequestOptions^, OperationContext^)(TableQuery<'TElement>, TableContinuationToken, TableRequestOptions, OperationContext)(TableQuery(Of TElement), TableContinuationToken, TableRequestOptions, OperationContext)

Initiates an asynchronous operation to query a table in segmented mode.

System_CAPS_pubmethodExecuteQuerySegmentedAsync<TElement><TElement><'TElement>(Of TElement)(TableQuery<TElement>, TableContinuationToken, TableRequestOptions, OperationContext, CancellationToken)(TableQuery<TElement>^, TableContinuationToken^, TableRequestOptions^, OperationContext^, CancellationToken)(TableQuery<'TElement>, TableContinuationToken, TableRequestOptions, OperationContext, CancellationToken)(TableQuery(Of TElement), TableContinuationToken, TableRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to query a table in segmented mode.

System_CAPS_pubmethodExecuteQuerySegmentedAsync<TElement, TResult><TElement, TResult><'TElement, 'TResult>(Of TElement, TResult)(TableQuery<TElement>, EntityResolver<TResult>, TableContinuationToken)(TableQuery<TElement>^, EntityResolver<TResult>^, TableContinuationToken^)(TableQuery<'TElement>, EntityResolver<'TResult>, TableContinuationToken)(TableQuery(Of TElement), EntityResolver(Of TResult), TableContinuationToken)

Initiates an asynchronous operation to execute a query in segmented mode and apply the specified EntityResolver<T><T><'T>(Of T) to the results.

System_CAPS_pubmethodExecuteQuerySegmentedAsync<TElement, TResult><TElement, TResult><'TElement, 'TResult>(Of TElement, TResult)(TableQuery<TElement>, EntityResolver<TResult>, TableContinuationToken, CancellationToken)(TableQuery<TElement>^, EntityResolver<TResult>^, TableContinuationToken^, CancellationToken)(TableQuery<'TElement>, EntityResolver<'TResult>, TableContinuationToken, CancellationToken)(TableQuery(Of TElement), EntityResolver(Of TResult), TableContinuationToken, CancellationToken)

Initiates an asynchronous operation to execute a query in segmented mode and apply the specified EntityResolver<T><T><'T>(Of T) to the results.

System_CAPS_pubmethodExecuteQuerySegmentedAsync<TElement, TResult><TElement, TResult><'TElement, 'TResult>(Of TElement, TResult)(TableQuery<TElement>, EntityResolver<TResult>, TableContinuationToken, TableRequestOptions, OperationContext)(TableQuery<TElement>^, EntityResolver<TResult>^, TableContinuationToken^, TableRequestOptions^, OperationContext^)(TableQuery<'TElement>, EntityResolver<'TResult>, TableContinuationToken, TableRequestOptions, OperationContext)(TableQuery(Of TElement), EntityResolver(Of TResult), TableContinuationToken, TableRequestOptions, OperationContext)

Initiates an asynchronous operation to execute a query in segmented mode and apply the specified EntityResolver<T><T><'T>(Of T) to the results.

System_CAPS_pubmethodExecuteQuerySegmentedAsync<TElement, TResult><TElement, TResult><'TElement, 'TResult>(Of TElement, TResult)(TableQuery<TElement>, EntityResolver<TResult>, TableContinuationToken, TableRequestOptions, OperationContext, CancellationToken)(TableQuery<TElement>^, EntityResolver<TResult>^, TableContinuationToken^, TableRequestOptions^, OperationContext^, CancellationToken)(TableQuery<'TElement>, EntityResolver<'TResult>, TableContinuationToken, TableRequestOptions, OperationContext, CancellationToken)(TableQuery(Of TElement), EntityResolver(Of TResult), TableContinuationToken, TableRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to execute a query in segmented mode and apply the specified EntityResolver<T><T><'T>(Of T) to the results.

System_CAPS_pubmethodExistsAsync()()()()

Initiates an asynchronous operation to determine whether a table exists.

System_CAPS_pubmethodExistsAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Initiates an asynchronous operation to determine whether a table exists.

System_CAPS_pubmethodExistsAsync(TableRequestOptions, OperationContext)(TableRequestOptions^, OperationContext^)(TableRequestOptions, OperationContext)(TableRequestOptions, OperationContext)

Initiates an asynchronous operation to determine whether a table exists.

System_CAPS_pubmethodExistsAsync(TableRequestOptions, OperationContext, CancellationToken)(TableRequestOptions^, OperationContext^, CancellationToken)(TableRequestOptions, OperationContext, CancellationToken)(TableRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to determine whether a table exists.

System_CAPS_protmethodFinalize()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetPermissionsAsync()()()()

Initiates an asynchronous operation to get the permissions settings for the table.

System_CAPS_pubmethodGetPermissionsAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Initiates an asynchronous operation to get the permissions settings for the table.

System_CAPS_pubmethodGetPermissionsAsync(TableRequestOptions, OperationContext)(TableRequestOptions^, OperationContext^)(TableRequestOptions, OperationContext)(TableRequestOptions, OperationContext)

Initiates an asynchronous operation to get the permissions settings for the table.

System_CAPS_pubmethodGetPermissionsAsync(TableRequestOptions, OperationContext, CancellationToken)(TableRequestOptions^, OperationContext^, CancellationToken)(TableRequestOptions, OperationContext, CancellationToken)(TableRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to get the permissions settings for the table.

System_CAPS_pubmethodGetSharedAccessSignature(SharedAccessTablePolicy)(SharedAccessTablePolicy^)(SharedAccessTablePolicy)(SharedAccessTablePolicy)

Returns a shared access signature for the table.

System_CAPS_pubmethodGetSharedAccessSignature(SharedAccessTablePolicy, String)(SharedAccessTablePolicy^, String^)(SharedAccessTablePolicy, String)(SharedAccessTablePolicy, String)

Returns a shared access signature for the table.

System_CAPS_pubmethodGetSharedAccessSignature(SharedAccessTablePolicy, String, String, String, String, String)(SharedAccessTablePolicy^, String^, String^, String^, String^, String^)(SharedAccessTablePolicy, String, String, String, String, String)(SharedAccessTablePolicy, String, String, String, String, String)

Returns a shared access signature for the table.

System_CAPS_pubmethodGetSharedAccessSignature(SharedAccessTablePolicy, String, String, String, String, String, Nullable<SharedAccessProtocol>, IPAddressOrRange)(SharedAccessTablePolicy^, String^, String^, String^, String^, String^, Nullable<SharedAccessProtocol>, IPAddressOrRange^)(SharedAccessTablePolicy, String, String, String, String, String, Nullable<SharedAccessProtocol>, IPAddressOrRange)(SharedAccessTablePolicy, String, String, String, String, String, Nullable(Of SharedAccessProtocol), IPAddressOrRange)

Returns a shared access signature for the table.

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()()()()

(Inherited from Object.)

System_CAPS_pubmethodSetPermissionsAsync(TablePermissions)(TablePermissions^)(TablePermissions)(TablePermissions)

Initiates an asynchronous operation to set permissions for the table.

System_CAPS_pubmethodSetPermissionsAsync(TablePermissions, CancellationToken)(TablePermissions^, CancellationToken)(TablePermissions, CancellationToken)(TablePermissions, CancellationToken)

Initiates an asynchronous operation to set permissions for the table.

System_CAPS_pubmethodSetPermissionsAsync(TablePermissions, TableRequestOptions, OperationContext)(TablePermissions^, TableRequestOptions^, OperationContext^)(TablePermissions, TableRequestOptions, OperationContext)(TablePermissions, TableRequestOptions, OperationContext)

Initiates an asynchronous operation to set permissions for the table.

System_CAPS_pubmethodSetPermissionsAsync(TablePermissions, TableRequestOptions, OperationContext, CancellationToken)(TablePermissions^, TableRequestOptions^, OperationContext^, CancellationToken)(TablePermissions, TableRequestOptions, OperationContext, CancellationToken)(TablePermissions, TableRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to set permissions for the table.

System_CAPS_pubmethodToString()()()()

Returns the name of the table.(Overrides Object.::..ToString()()()().)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top