All Products
Search
Document Center

Tablestore:TunnelType

Last Updated:May 31, 2024

TunnelType specifies the tunnel type.

Enumeration value list

  • BaseData: Only full data is consumed and processed.

  • Stream: Only incremental data is consumed and processed.

  • BaseAndStream: After full data is consumed and processed, incremental data is consumed and processed.

enum TunnelType {
    BaseData = 1;
    Stream = 2;
    BaseAndStream = 3;
}

Related operations

CreateTunnel