Show / Hide Table of Contents

Class TableArgs

Inheritance
System.Object
InputArgs
ResourceArgs
TableArgs
Inherited Members
ResourceArgs.Empty
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 Source

TableArgs()

Declaration
public TableArgs()

Properties

View Source

DeviationCellVersionInSec

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.