すべてのプロダクト
Search
ドキュメントセンター

Tablestore:トンネル

最終更新日:Dec 28, 2024

トンネルは、トンネル構成を指定します。

データ構造

message Tunnel {
    required string table_name = 1;
    required string tunnel_name = 3;
    required TunnelType tunnel_type = 4;
    optional StreamTunnelConfig StreamTunnelConfig = 5;
}

パラメーター

必須

説明

table_name

string

はい

テーブルの名前。

tunnel_name

string

はい

トンネルの名前。

tunnel_type

TunnelType

はい

トンネルのタイプ。

StreamTunnelConfig

StreamTunnelConfig

いいえ

トンネルのストリーム構成。

関連操作

CreateTunnel