public sealed class ExportEntitiesResponse : IMessage<ExportEntitiesResponse>, IEquatable<ExportEntitiesResponse>, IDeepCloneable<ExportEntitiesResponse>, IBufferMessage, IMessage
The response for [google.datastore.admin.v1.DatastoreAdmin.ExportEntities][google.datastore.admin.v1.DatastoreAdmin.ExportEntities].
Implements
IMessage<ExportEntitiesResponse>, IEquatable<ExportEntitiesResponse>, IDeepCloneable<ExportEntitiesResponse>, 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 |