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
OperationMetadata
public TransferOperationMetadata OperationMetadata { get; set; }
Contains the data transfer operation metadata.
Property Value | |
---|---|
Type | Description |
TransferOperationMetadata |