public sealed class TransferOperationMetadata : IMessage<TransferOperationMetadata>, IEquatable<TransferOperationMetadata>, IDeepCloneable<TransferOperationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Parallelstore v1beta API class TransferOperationMetadata.
Represents the metadata of the long-running operation.
Implements
IMessageTransferOperationMetadata, IEquatableTransferOperationMetadata, IDeepCloneableTransferOperationMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Parallelstore.V1BetaAssembly
Google.Cloud.Parallelstore.V1Beta.dll
Constructors
TransferOperationMetadata()
public TransferOperationMetadata()
TransferOperationMetadata(TransferOperationMetadata)
public TransferOperationMetadata(TransferOperationMetadata other)
Parameter | |
---|---|
Name | Description |
other |
TransferOperationMetadata |
Properties
Counters
public TransferCounters Counters { get; set; }
Information about the progress of the transfer operation.
Property Value | |
---|---|
Type | Description |
TransferCounters |
CreateTime
public Timestamp CreateTime { get; set; }
Output only. CCFE supplied fields BEGIN The time the operation was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
Destination
public string Destination { get; set; }
Required. The destination of the data transfer.
Property Value | |
---|---|
Type | Description |
string |
EndTime
public Timestamp EndTime { get; set; }
Output only. The time the operation finished running.
Property Value | |
---|---|
Type | Description |
Timestamp |
Source
public string Source { get; set; }
Required. The origin of the data transfer.
Property Value | |
---|---|
Type | Description |
string |
TransferType
public TransferType TransferType { get; set; }
The type of transfer occurring.
Property Value | |
---|---|
Type | Description |
TransferType |