public sealed class ExportEntitiesResponse : IMessage<ExportEntitiesResponse>, IEquatable<ExportEntitiesResponse>, IDeepCloneable<ExportEntitiesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Datastore v1 API class ExportEntitiesResponse.
The response for [google.datastore.admin.v1.DatastoreAdmin.ExportEntities][google.datastore.admin.v1.DatastoreAdmin.ExportEntities].
Implements
IMessageExportEntitiesResponse, IEquatableExportEntitiesResponse, IDeepCloneableExportEntitiesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Datastore.Admin.V1Assembly
Google.Cloud.Datastore.Admin.V1.dll
Constructors
ExportEntitiesResponse()
public ExportEntitiesResponse()
ExportEntitiesResponse(ExportEntitiesResponse)
public ExportEntitiesResponse(ExportEntitiesResponse other)
Parameter | |
---|---|
Name | Description |
other | ExportEntitiesResponse |
Properties
OutputUrl
public string OutputUrl { get; set; }
Location of the output metadata file. This can be used to begin an import into Cloud Datastore (this project or another project). See [google.datastore.admin.v1.ImportEntitiesRequest.input_url][google.datastore.admin.v1.ImportEntitiesRequest.input_url]. Only present if the operation completed successfully.
Property Value | |
---|---|
Type | Description |
string |