All Products
Search
Document Center

Tablestore:ActionType

Last Updated:Jul 02, 2025

Menunjukkan tipe operasi dalam respons dari operasi GetStreamRecord.

Nilai enumerasi

  • PUT_ROW menunjukkan bahwa tipe operasi adalah PutRow.

  • UPDATE_ROW menunjukkan bahwa tipe operasi adalah UpdateRow.

  • DELETE_ROW menunjukkan bahwa tipe operasi adalah DeleteRow.

enum ActionType {
    PUT_ROW = 1;
    UPDATE_ROW = 2;
    DELETE_ROW = 3;
}

Referensi

GetStreamRecord