All Products
Search
Document Center

Tablestore:ChannelInfo

Last Updated:May 31, 2024

Specifies the channel information in the response to the DescribeTunnel operation.

Data structure

message ChannelInfo {
    required string channel_id = 1;
    optional string channel_type = 2;
    optional string channel_status = 3;
    optional string client_id = 4;
    optional int64 channel_rpo = 5;
    optional int64 channel_count = 6;
}

Parameter

Type

Required

Description

channel_id

string

Yes

The ID of the channel, which uniquely identifies the channel.

channel_type

string

No

The type of the channel.

channel_status

string

No

The status of the channel.

client_id

string

No

The ID of the client.

channel_rpo

int64

No

The recovery point objective (RPO) of the channel.

channel_count

int64

No

The number of channels.

Other operations

DescribeTunnel