Class TableArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Ots
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class TableArgs : ResourceArgs
Constructors
View SourceTableArgs()
Declaration
public TableArgs()
Properties
View SourceDeviationCellVersionInSec
The max version offset of the table. The valid value is 1-9223372036854775807. Defaults to 86400.
Declaration
public Input<string> DeviationCellVersionInSec { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
InstanceName
The name of the OTS instance in which table will located.
Declaration
public Input<string> InstanceName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MaxVersion
The maximum number of versions stored in this table. The valid value is 1-2147483647.
Declaration
public Input<int> MaxVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
PrimaryKeys
The property of TableMeta which indicates the structure information of a table. It describes the attribute value of primary key. The number of primary_key should not be less than one and not be more than four.
Declaration
public InputList<TablePrimaryKeyArgs> PrimaryKeys { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<TablePrimaryKeyArgs> |
TableName
The table name of the OTS instance. If changed, a new table would be created.
Declaration
public Input<string> TableName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TimeToLive
The retention time of data stored in this table (unit: second). The value maximum is 2147483647 and -1 means never expired.
Declaration
public Input<int> TimeToLive { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |