Represents the output of a ListTables operation.

C# |
public class ListTablesResult

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ListTablesResult()()()() | Initializes a new instance of the ListTablesResult class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | LastEvaluatedTableName |
The name of the last table in the current page of results. Use this value as the ExclusiveStartTableName in a new request to obtain
the next page of results, until all the table names are returned. If you do not receive a LastEvaluatedTableName value in the
response, this means that there are no more table names to be retrieved.
Constraints: |
![]() | TableNames |
The names of the tables associated with the current account at the current endpoint. The maximum size of this array is 100. If
LastEvaluatedTableName also appears in the output, you can use this value as the ExclusiveStartTableName parameter in a
subsequent ListTables request and obtain the next page of results.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithLastEvaluatedTableName(String) | Obsolete.
Sets the LastEvaluatedTableName property
|
![]() | WithTableNames(array<String>[]()[][]) | Obsolete.
Adds elements to the TableNames collection
|
![]() | WithTableNames(IEnumerable<(Of <<'(String>)>>)) | Obsolete.
Adds elements to the TableNames collection
|

Object | |
![]() | ListTablesResult |