Parallelstore v1beta API - Class ExportDataMetadata (1.0.0-beta02)

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

Inheritance

object > ExportDataMetadata

Namespace

Google.Cloud.Parallelstore.V1Beta

Assembly

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