你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CloudTableClient.ListTablesSegmentedAsync 方法

定义

重载

ListTablesSegmentedAsync(String, Nullable<Int32>, TableContinuationToken, TableRequestOptions, OperationContext, CancellationToken)

开始异步操作,以返回以指定前缀开头的表的结果段。

ListTablesSegmentedAsync(String, Nullable<Int32>, TableContinuationToken, TableRequestOptions, OperationContext)

启动异步操作以返回以指定前缀开头的表的结果段。

ListTablesSegmentedAsync(String, TableContinuationToken, CancellationToken)

启动异步操作以返回以指定前缀开头的表的结果段。

ListTablesSegmentedAsync(String, Nullable<Int32>, TableContinuationToken, CancellationToken)

启动异步操作以返回以指定前缀开头的表的结果段。

ListTablesSegmentedAsync(TableContinuationToken, CancellationToken)

启动异步操作以返回表的结果段。

ListTablesSegmentedAsync(TableContinuationToken)

启动异步操作以返回表的结果段。

ListTablesSegmentedAsync(String, TableContinuationToken)

启动异步操作以返回以指定前缀开头的表的结果段。

ListTablesSegmentedAsync(String, Nullable<Int32>, TableContinuationToken, TableRequestOptions, OperationContext, CancellationToken)

开始异步操作,以返回以指定前缀开头的表的结果段。

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)

参数

prefix
String

包含表名前缀的字符串。

maxResults
Nullable<Int32>

一个非负整数值,指示一次最多返回的结果的数目,最大限制为每操作 5000。 如果此值为 null,则返回的最大可能结果数,最多为 5000。

currentToken
TableContinuationToken

上一列表操作返回的 TableContinuationToken

requestOptions
TableRequestOptions

操作的服务器超时、最大执行时间和重试策略。

operationContext
OperationContext

一个 OperationContext 对象,它一个表示当前操作的上下文。

cancellationToken
CancellationToken

等待任务完成期间要观察的 CancellationToken

返回

适用于

ListTablesSegmentedAsync(String, Nullable<Int32>, TableContinuationToken, TableRequestOptions, OperationContext)

启动异步操作以返回以指定前缀开头的表的结果段。

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)

参数

prefix
String

包含表名前缀的字符串。

maxResults
Nullable<Int32>

一个非负整数值,指示一次最多返回的结果的数目,最大限制为每操作 5000。 如果此值为 null,则返回的最大可能结果数,最多为 5000。

currentToken
TableContinuationToken

上一列表操作返回的 TableContinuationToken

requestOptions
TableRequestOptions

操作的服务器超时、最大执行时间和重试策略。

operationContext
OperationContext

一个 OperationContext 对象,它一个表示当前操作的上下文。

返回

表示异步操作的 TableResultSegment 类型的 Task<TResult> 对象。

适用于

ListTablesSegmentedAsync(String, TableContinuationToken, CancellationToken)

启动异步操作以返回以指定前缀开头的表的结果段。

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)

参数

prefix
String

包含表名前缀的字符串。

currentToken
TableContinuationToken

上一列表操作返回的 TableContinuationToken

cancellationToken
CancellationToken

等待任务完成期间要观察的 CancellationToken

返回

表示异步操作的 TableResultSegment 类型的 Task<TResult> 对象。

适用于

ListTablesSegmentedAsync(String, Nullable<Int32>, TableContinuationToken, CancellationToken)

启动异步操作以返回以指定前缀开头的表的结果段。

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)

参数

prefix
String

包含表名前缀的字符串。

maxResults
Nullable<Int32>

一个非负整数值,指示一次最多返回的结果的数目,最大限制为每操作 5000。 如果此值为 null,则返回的最大可能结果数,最多为 5000。

currentToken
TableContinuationToken

上一列表操作返回的 TableContinuationToken

cancellationToken
CancellationToken

等待任务完成期间要观察的 CancellationToken

返回

表示异步操作的 TableResultSegment 类型的 Task<TResult> 对象。

适用于

ListTablesSegmentedAsync(TableContinuationToken, CancellationToken)

启动异步操作以返回表的结果段。

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)

参数

currentToken
TableContinuationToken

上一列表操作返回的 TableContinuationToken

cancellationToken
CancellationToken

等待任务完成期间要观察的 CancellationToken

返回

表示异步操作的 TableResultSegment 类型的 Task<TResult> 对象。

适用于

ListTablesSegmentedAsync(TableContinuationToken)

启动异步操作以返回表的结果段。

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)

参数

currentToken
TableContinuationToken

上一列表操作返回的 TableContinuationToken

返回

表示异步操作的 TableResultSegment 类型的 Task<TResult> 对象。

适用于

ListTablesSegmentedAsync(String, TableContinuationToken)

启动异步操作以返回以指定前缀开头的表的结果段。

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)

参数

prefix
String

包含表名前缀的字符串。

currentToken
TableContinuationToken

上一列表操作返回的 TableContinuationToken

返回

表示异步操作的 TableResultSegment 类型的 Task<TResult> 对象。

适用于