Property NextIndex
NextIndex
Gets the next index after the last table name returned.
Declaration
public int NextIndex { get; }
Property Value
| Type | Description |
|---|---|
| Int32 | Next table name index. |
Remarks
If you are paging table names manually with
ListTablesAsync
assign this value to
FromIndex. See the example in
ListTablesOptions. This property is not needed if
you are using
GetListTablesAsyncEnumerable.