TableDescription.TableStatus Property

.NET Framework 4.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
Represents the current state of the table:
  • CREATING - The table is being created, as the result of a CreateTable operation.
  • UPDATING - The table is being updated, as the result of an UpdateTable operation.
  • DELETING - The table is being deleted, as the result of a DeleteTable operation.
  • ACTIVE - The table is ready for use.

Constraints:Allowed ValuesCREATING, UPDATING, DELETING, ACTIVE

Namespace: Amazon.DynamoDBv2.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public TableStatus TableStatus { get; set; }
Property Value
Type: Amazon.DynamoDBv2.TableStatus

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8

.NET for Windows Phone:
Supported in: Window Phone 8