IndexOperationMetadata

FirestoreAdmin.CreateIndex」中「google.longrunning.Operation」搜尋結果的中繼資料。

JSON 表示法
{
  "startTime": string,
  "endTime": string,
  "index": string,
  "state": enum (OperationState),
  "progressDocuments": {
    object (Progress)
  },
  "progressBytes": {
    object (Progress)
  }
}
欄位
startTime

string (Timestamp format)

這項作業開始的時間。

RFC3339 世界標準時間「Zulu」格式的時間戳記,解析度以奈秒為單位,小數點後最多 9 位。範例:"2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"

endTime

string (Timestamp format)

此作業完成的時間。如果作業仍在進行中,則會未設定。

RFC3339 世界標準時間「Zulu」格式的時間戳記,解析度以奈秒為單位,小數點後最多 9 位。範例:"2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"

index

string

執行這項作業的索引資源。例如:projects/{projectId}/databases/{databaseId}/collectionGroups/{collectionId}/indexes/{index_id}

state

enum (OperationState)

作業狀態。

progressDocuments

object (Progress)

這項作業的進度,以文件中。

progressBytes

object (Progress)

這項作業的進度 (以位元組為單位)。