Query specifies the query condition.
Data structure
message Query {
optional QueryType type = 1;
optional bytes query = 2;
}
Parameter | Type | Required | Description |
type | Yes | The query method. | |
query | bytes | Yes | The query information. The value must be encoded in protobuf. |