All Products
Search
Document Center

Tablestore:SSEKeyType

Last Updated:Apr 30, 2026

Jenis kunci enkripsi sisi server (SSE).

Nilai yang dienumerasi

  • SSE_KMS_SERVICE: Kunci yang dikelola oleh Key Management Service (KMS).

  • SSE_BYOK: Kunci yang disediakan melalui Bring Your Own Key (BYOK).

enum SSEKeyType {
    SSE_KMS_SERVICE = 1;
    SSE_BYOK = 2;
}