Class GetTablesTableResult
Inheritance
System.Object
GetTablesTableResult
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.Oss.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetTablesTableResult
Fields
View SourceId
ID of the table. The value is <instance_name>:<table_name>.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
InstanceName
The name of OTS instance.
Declaration
public readonly string InstanceName
Field Value
| Type | Description |
|---|---|
| System.String |
MaxVersion
The maximum number of versions stored in this table.
Declaration
public readonly int MaxVersion
Field Value
| Type | Description |
|---|---|
| System.Int32 |
PrimaryKeys
The property of TableMeta which indicates the structure information of a table.
Declaration
public readonly ImmutableArray<GetTablesTablePrimaryKeyResult> PrimaryKeys
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetTablesTablePrimaryKeyResult> |
TableName
The table name of the OTS which could not be changed.
Declaration
public readonly string TableName
Field Value
| Type | Description |
|---|---|
| System.String |
TimeToLive
The retention time of data stored in this table.
Declaration
public readonly int TimeToLive
Field Value
| Type | Description |
|---|---|
| System.Int32 |