Show / Hide Table of Contents

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 Source

Id

ID of the table. The value is <instance_name>:<table_name>.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

InstanceName

The name of OTS instance.

Declaration
public readonly string InstanceName
Field Value
Type Description
System.String
View Source

MaxVersion

The maximum number of versions stored in this table.

Declaration
public readonly int MaxVersion
Field Value
Type Description
System.Int32
View Source

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

TableName

The table name of the OTS which could not be changed.

Declaration
public readonly string TableName
Field Value
Type Description
System.String
View Source

TimeToLive

The retention time of data stored in this table.

Declaration
public readonly int TimeToLive
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.