IndexOperationMetadata

索引操作的元資料。此元資料填入google.longrunning.Operation的元資料欄位。

JSON 表示
{
  "startTime": string,
  "endTime": string,
  "index": string,
  "operationType": enum(OperationType),
  "cancelled": boolean,
  "documentProgress": {
    object(Progress)
  }
}
領域
startTime

string ( Timestamp format)

手術開始的時間。

RFC3339 UTC「Zulu」格式的時間戳,精確到奈秒。例: "2014-10-02T15:01:23.045123456Z"

endTime

string ( Timestamp format)

操作結束的時間,無論成功或失敗。如果操作仍處於活動狀態,請取消設定。

RFC3339 UTC「Zulu」格式的時間戳,精確到奈秒。例: "2014-10-02T15:01:23.045123456Z"

index

string

此操作所作用的索引資源。例如: projects/{projectId}/databases/{databaseId}/indexes/{index_id}

operationType

enum( OperationType )

索引操作的類型。

cancelled

boolean

如果google.longrunning.Operation被取消,則為 True。如果正在進行取消,canceled 將為 true,但google.longrunning.Operation.done將為 false。

documentProgress

object( Progress )

現有操作的進度,以文件數量衡量。

進步

衡量特定指標的進度。

JSON 表示
{
  "workCompleted": string,
  "workEstimated": string
}
領域
workCompleted

string ( int64 format)

已完成工作量的估計。請注意,這可能大於workEstimated

workEstimated

string ( int64 format)

需要執行多少工作的估計。如果工作估算不可用,則為零。隨著工作的進展可能會改變。