Tous les produits
Search
Centre de documentation

Tablestore:Tunnel

Dernière mise à jour :Aug 18, 2026

Le paramètre Tunnel spécifie la configuration du tunnel.

Structure de données

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

Paramètre

Type

Obligatoire

Description

table_name

string

Oui

Nom de la table.

tunnel_name

string

Oui

Nom du tunnel.

tunnel_type

TunnelType

Oui

Type de tunnel.

StreamTunnelConfig

StreamTunnelConfig

Non

Configuration de flux du tunnel.

Opérations associées

CreateTunnel