google_api_firestore v0.3.1 GoogleApi.Firestore.V1beta1.Model.GoogleFirestoreAdminV1beta1ExportDocumentsMetadata View Source
Metadata for ExportDocuments operations.
Attributes
collectionIds
(type:list(String.t)
, default:nil
) - Which collection ids are being exported.endTime
(type:DateTime.t
, default:nil
) - The time the operation ended, either successfully or otherwise. Unset if the operation is still active.operationState
(type:String.t
, default:nil
) - The state of the export operation.outputUriPrefix
(type:String.t
, default:nil
) - Where the entities are being exported to.progressBytes
(type:GoogleApi.Firestore.V1beta1.Model.GoogleFirestoreAdminV1beta1Progress.t
, default:nil
) - An estimate of the number of bytes processed.progressDocuments
(type:GoogleApi.Firestore.V1beta1.Model.GoogleFirestoreAdminV1beta1Progress.t
, default:nil
) - An estimate of the number of documents processed.startTime
(type:DateTime.t
, default:nil
) - The time that work began on the operation.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() ::
%GoogleApi.Firestore.V1beta1.Model.GoogleFirestoreAdminV1beta1ExportDocumentsMetadata{
collectionIds: [String.t()],
endTime: DateTime.t(),
operationState: String.t(),
outputUriPrefix: String.t(),
progressBytes:
GoogleApi.Firestore.V1beta1.Model.GoogleFirestoreAdminV1beta1Progress.t(),
progressDocuments:
GoogleApi.Firestore.V1beta1.Model.GoogleFirestoreAdminV1beta1Progress.t(),
startTime: DateTime.t()
}
t() :: %GoogleApi.Firestore.V1beta1.Model.GoogleFirestoreAdminV1beta1ExportDocumentsMetadata{ collectionIds: [String.t()], endTime: DateTime.t(), operationState: String.t(), outputUriPrefix: String.t(), progressBytes: GoogleApi.Firestore.V1beta1.Model.GoogleFirestoreAdminV1beta1Progress.t(), progressDocuments: GoogleApi.Firestore.V1beta1.Model.GoogleFirestoreAdminV1beta1Progress.t(), startTime: DateTime.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.