public sealed class ExportDataMetadata : IMessage<ExportDataMetadata>, IEquatable<ExportDataMetadata>, IDeepCloneable<ExportDataMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Parallelstore v1beta API class ExportDataMetadata.
ExportDataMetadata contains export data operation metadata
Implements
IMessageExportDataMetadata, IEquatableExportDataMetadata, IDeepCloneableExportDataMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Parallelstore.V1BetaAssembly
Google.Cloud.Parallelstore.V1Beta.dll
Constructors
ExportDataMetadata()
public ExportDataMetadata()
ExportDataMetadata(ExportDataMetadata)
public ExportDataMetadata(ExportDataMetadata other)
Parameter | |
---|---|
Name | Description |
other |
ExportDataMetadata |
Properties
ApiVersion
public string ApiVersion { get; set; }
Output only. API version used to start the operation.
Property Value | |
---|---|
Type | Description |
string |
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The time the operation was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
EndTime
public Timestamp EndTime { get; set; }
Output only. The time the operation finished running.
Property Value | |
---|---|
Type | Description |
Timestamp |
OperationMetadata
public TransferOperationMetadata OperationMetadata { get; set; }
Contains the data transfer operation metadata.
Property Value | |
---|---|
Type | Description |
TransferOperationMetadata |
RequestedCancellation
public bool RequestedCancellation { get; set; }
Output only. Identifies whether the user has requested cancellation
of the operation. Operations that have successfully been cancelled
have [Operation.error][] value with a
[google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to
Code.CANCELLED
.
Property Value | |
---|---|
Type | Description |
bool |
StatusMessage
public string StatusMessage { get; set; }
Output only. Human-readable status of the operation, if any.
Property Value | |
---|---|
Type | Description |
string |
Target
public string Target { get; set; }
Output only. Server-defined resource path for the target of the operation.
Property Value | |
---|---|
Type | Description |
string |
Verb
public string Verb { get; set; }
Output only. Name of the verb executed by the operation.
Property Value | |
---|---|
Type | Description |
string |