Cloud Datastore v1 API - Class ExportEntitiesResponse (2.2.0)

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].

Inheritance

object > ExportEntitiesResponse

Namespace

Google.Cloud.Datastore.Admin.V1

Assembly

Google.Cloud.Datastore.Admin.V1.dll

Constructors

ExportEntitiesResponse()

public ExportEntitiesResponse()

ExportEntitiesResponse(ExportEntitiesResponse)

public ExportEntitiesResponse(ExportEntitiesResponse other)
Parameter
NameDescription
otherExportEntitiesResponse

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
TypeDescription
string