All Products
Search
Document Center

Tablestore:MetaQueryCondition

Last Updated:Apr 29, 2026

Defines the conditions for retrieving timeline metadata.

Data structure

message MetaQueryCondition {
  required MetaQueryConditionType type = 1;
  required bytes proto_data = 2;
}

Name

Type

Required

Description

type

MetaQueryConditionType

Yes

The condition type.

proto_data

bytes

Yes

The serialized retrieval conditions.