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