CloudTableClient.ListTablesSegmentedAsync 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.
Overloads
ListTablesSegmentedAsync(String, Nullable<Int32>, TableContinuationToken, TableRequestOptions, OperationContext, CancellationToken) |
Begins an asynchronous operation to return a result segment of tables that start with the specified prefix. |
ListTablesSegmentedAsync(String, Nullable<Int32>, TableContinuationToken, TableRequestOptions, OperationContext) |
Initiates an asynchronous operation to return a result segment of tables that start with the specified prefix. |
ListTablesSegmentedAsync(String, TableContinuationToken, CancellationToken) |
Initiates an asynchronous operation to return a result segment of tables that start with the specified prefix. |
ListTablesSegmentedAsync(String, Nullable<Int32>, TableContinuationToken, CancellationToken) |
Initiates an asynchronous operation to return a result segment of tables that start with the specified prefix. |
ListTablesSegmentedAsync(TableContinuationToken, CancellationToken) |
Initiates an asynchronous operation to return a result segment of tables. |
ListTablesSegmentedAsync(TableContinuationToken) |
Initiates an asynchronous operation to return a result segment of tables. |
ListTablesSegmentedAsync(String, TableContinuationToken) |
Initiates an asynchronous operation to return a result segment of tables that start with the specified prefix. |
ListTablesSegmentedAsync(String, Nullable<Int32>, TableContinuationToken, TableRequestOptions, OperationContext, CancellationToken)
Begins an asynchronous operation to return a result segment of tables that start with the specified prefix.
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TableResultSegment> ListTablesSegmentedAsync (string prefix, int? maxResults, Microsoft.Azure.Cosmos.Table.TableContinuationToken currentToken, Microsoft.Azure.Cosmos.Table.TableRequestOptions requestOptions, Microsoft.Azure.Cosmos.Table.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
abstract member ListTablesSegmentedAsync : string * Nullable<int> * Microsoft.Azure.Cosmos.Table.TableContinuationToken * Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TableResultSegment>
override this.ListTablesSegmentedAsync : string * Nullable<int> * Microsoft.Azure.Cosmos.Table.TableContinuationToken * Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TableResultSegment>
Public Overridable Function ListTablesSegmentedAsync (prefix As String, maxResults As Nullable(Of Integer), currentToken As TableContinuationToken, requestOptions As TableRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of TableResultSegment)
Parameters
- prefix
- String
A string containing the table name prefix.
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 null
, the maximum possible number of results will be returned, up to 5000.
- currentToken
- TableContinuationToken
A TableContinuationToken returned by a previous listing operation.
- requestOptions
- TableRequestOptions
The server timeout, maximum execution time, and retry policies for the operation.
- operationContext
- OperationContext
An OperationContext object that represents the context for the current operation.
- cancellationToken
- CancellationToken
A CancellationToken to observe while waiting for a task to complete.
Returns
Applies to
ListTablesSegmentedAsync(String, Nullable<Int32>, TableContinuationToken, TableRequestOptions, OperationContext)
Initiates an asynchronous operation to return a result segment of tables that start with the specified prefix.
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TableResultSegment> ListTablesSegmentedAsync (string prefix, int? maxResults, Microsoft.Azure.Cosmos.Table.TableContinuationToken currentToken, Microsoft.Azure.Cosmos.Table.TableRequestOptions requestOptions, Microsoft.Azure.Cosmos.Table.OperationContext operationContext);
abstract member ListTablesSegmentedAsync : string * Nullable<int> * Microsoft.Azure.Cosmos.Table.TableContinuationToken * Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TableResultSegment>
override this.ListTablesSegmentedAsync : string * Nullable<int> * Microsoft.Azure.Cosmos.Table.TableContinuationToken * Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TableResultSegment>
Public Overridable Function ListTablesSegmentedAsync (prefix As String, maxResults As Nullable(Of Integer), currentToken As TableContinuationToken, requestOptions As TableRequestOptions, operationContext As OperationContext) As Task(Of TableResultSegment)
Parameters
- prefix
- String
A string containing the table name prefix.
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 null
, the maximum possible number of results will be returned, up to 5000.
- currentToken
- TableContinuationToken
A TableContinuationToken returned by a previous listing operation.
- requestOptions
- TableRequestOptions
The server timeout, maximum execution time, and retry policies for the operation.
- operationContext
- OperationContext
An OperationContext object that represents the context for the current operation.
Returns
A Task<TResult> object of type TableResultSegment that represents the asynchronous operation.
Applies to
ListTablesSegmentedAsync(String, TableContinuationToken, CancellationToken)
Initiates an asynchronous operation to return a result segment of tables that start with the specified prefix.
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TableResultSegment> ListTablesSegmentedAsync (string prefix, Microsoft.Azure.Cosmos.Table.TableContinuationToken currentToken, System.Threading.CancellationToken cancellationToken);
abstract member ListTablesSegmentedAsync : string * Microsoft.Azure.Cosmos.Table.TableContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TableResultSegment>
override this.ListTablesSegmentedAsync : string * Microsoft.Azure.Cosmos.Table.TableContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TableResultSegment>
Public Overridable Function ListTablesSegmentedAsync (prefix As String, currentToken As TableContinuationToken, cancellationToken As CancellationToken) As Task(Of TableResultSegment)
Parameters
- prefix
- String
A string containing the table name prefix.
- currentToken
- TableContinuationToken
A TableContinuationToken returned by a previous listing operation.
- cancellationToken
- CancellationToken
A CancellationToken to observe while waiting for a task to complete.
Returns
A Task<TResult> object of type TableResultSegment that represents the asynchronous operation.
Applies to
ListTablesSegmentedAsync(String, Nullable<Int32>, TableContinuationToken, CancellationToken)
Initiates an asynchronous operation to return a result segment of tables that start with the specified prefix.
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TableResultSegment> ListTablesSegmentedAsync (string prefix, int? maxResults, Microsoft.Azure.Cosmos.Table.TableContinuationToken currentToken, System.Threading.CancellationToken cancellationToken);
abstract member ListTablesSegmentedAsync : string * Nullable<int> * Microsoft.Azure.Cosmos.Table.TableContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TableResultSegment>
override this.ListTablesSegmentedAsync : string * Nullable<int> * Microsoft.Azure.Cosmos.Table.TableContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TableResultSegment>
Public Overridable Function ListTablesSegmentedAsync (prefix As String, maxResults As Nullable(Of Integer), currentToken As TableContinuationToken, cancellationToken As CancellationToken) As Task(Of TableResultSegment)
Parameters
- prefix
- String
A string containing the table name prefix.
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 null
, the maximum possible number of results will be returned, up to 5000.
- currentToken
- TableContinuationToken
A TableContinuationToken returned by a previous listing operation.
- cancellationToken
- CancellationToken
A CancellationToken to observe while waiting for a task to complete.
Returns
A Task<TResult> object of type TableResultSegment that represents the asynchronous operation.
Applies to
ListTablesSegmentedAsync(TableContinuationToken, CancellationToken)
Initiates an asynchronous operation to return a result segment of tables.
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TableResultSegment> ListTablesSegmentedAsync (Microsoft.Azure.Cosmos.Table.TableContinuationToken currentToken, System.Threading.CancellationToken cancellationToken);
abstract member ListTablesSegmentedAsync : Microsoft.Azure.Cosmos.Table.TableContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TableResultSegment>
override this.ListTablesSegmentedAsync : Microsoft.Azure.Cosmos.Table.TableContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TableResultSegment>
Public Overridable Function ListTablesSegmentedAsync (currentToken As TableContinuationToken, cancellationToken As CancellationToken) As Task(Of TableResultSegment)
Parameters
- currentToken
- TableContinuationToken
A TableContinuationToken returned by a previous listing operation.
- cancellationToken
- CancellationToken
A CancellationToken to observe while waiting for a task to complete.
Returns
A Task<TResult> object of type TableResultSegment that represents the asynchronous operation.
Applies to
ListTablesSegmentedAsync(TableContinuationToken)
Initiates an asynchronous operation to return a result segment of tables.
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TableResultSegment> ListTablesSegmentedAsync (Microsoft.Azure.Cosmos.Table.TableContinuationToken currentToken);
abstract member ListTablesSegmentedAsync : Microsoft.Azure.Cosmos.Table.TableContinuationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TableResultSegment>
override this.ListTablesSegmentedAsync : Microsoft.Azure.Cosmos.Table.TableContinuationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TableResultSegment>
Public Overridable Function ListTablesSegmentedAsync (currentToken As TableContinuationToken) As Task(Of TableResultSegment)
Parameters
- currentToken
- TableContinuationToken
A TableContinuationToken returned by a previous listing operation.
Returns
A Task<TResult> object of type TableResultSegment that represents the asynchronous operation.
Applies to
ListTablesSegmentedAsync(String, TableContinuationToken)
Initiates an asynchronous operation to return a result segment of tables that start with the specified prefix.
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TableResultSegment> ListTablesSegmentedAsync (string prefix, Microsoft.Azure.Cosmos.Table.TableContinuationToken currentToken);
abstract member ListTablesSegmentedAsync : string * Microsoft.Azure.Cosmos.Table.TableContinuationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TableResultSegment>
override this.ListTablesSegmentedAsync : string * Microsoft.Azure.Cosmos.Table.TableContinuationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TableResultSegment>
Public Overridable Function ListTablesSegmentedAsync (prefix As String, currentToken As TableContinuationToken) As Task(Of TableResultSegment)
Parameters
- prefix
- String
A string containing the table name prefix.
- currentToken
- TableContinuationToken
A TableContinuationToken returned by a previous listing operation.
Returns
A Task<TResult> object of type TableResultSegment that represents the asynchronous operation.
Applies to
Azure SDK for .NET