View source: R/firestore_objects.R
GoogleFirestoreAdminV1FieldOperationMetadata | R Documentation |
GoogleFirestoreAdminV1FieldOperationMetadata Object
GoogleFirestoreAdminV1FieldOperationMetadata( startTime = NULL, indexConfigDeltas = NULL, progressBytes = NULL, endTime = NULL, field = NULL, progressDocuments = NULL, state = NULL )
startTime |
The time this operation started |
indexConfigDeltas |
A list of IndexConfigDelta, which describe the intent of this operation |
progressBytes |
The progress, in bytes, of this operation |
endTime |
The time this operation completed |
field |
The field resource that this operation is acting on |
progressDocuments |
The progress, in documents, of this operation |
state |
The state of the operation |
Autogenerated via gar_create_api_objects
Metadata for google.longrunning.Operation results from FirestoreAdmin.UpdateField.
GoogleFirestoreAdminV1FieldOperationMetadata object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.