Query 定義了多元索引請求的查詢條件。
資料結構
message Query {
optional QueryType type = 1;
optional bytes query = 2;
}
|
名稱 |
類型 |
是否必選 |
描述 |
|
type |
是 |
查詢類型。 |
|
|
query |
bytes |
是 |
查詢資訊,使用 Protocol Buffers 編碼。 |