AWS SDK for .NET Documentation
ListTablesResult Class
AmazonAmazon.DynamoDB.ModelListTablesResult Did this page help you?   Yes   No    Tell us about it...
List Tables Result
Declaration Syntax
C#
public class ListTablesResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ListTablesResult()()()()
Initializes a new instance of the ListTablesResult class

Equals(Object)
Determines whether the specified Object is equal to the current 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 list. Use this value as the ExclusiveStartTableName in a new request to continue the list until all the table names are returned. If this value is null, all table names have been returned.

Constraints:

Length
3 - 255
Pattern
[a-zA-Z0-9_.-]+


TableNames
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

Inheritance Hierarchy
Object
ListTablesResult

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)