Parallelstore v1beta API - Class ImportDataMetadata (1.0.0-beta02)

public sealed class ImportDataMetadata : IMessage<ImportDataMetadata>, IEquatable<ImportDataMetadata>, IDeepCloneable<ImportDataMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Parallelstore v1beta API class ImportDataMetadata.

ImportDataMetadata contains import data operation metadata

Inheritance

object > ImportDataMetadata

Namespace

Google.Cloud.Parallelstore.V1Beta

Assembly

Google.Cloud.Parallelstore.V1Beta.dll

Constructors

ImportDataMetadata()

public ImportDataMetadata()

ImportDataMetadata(ImportDataMetadata)

public ImportDataMetadata(ImportDataMetadata other)
Parameter
Name Description
other ImportDataMetadata

Properties

OperationMetadata

public TransferOperationMetadata OperationMetadata { get; set; }

Contains the data transfer operation metadata.

Property Value
Type Description
TransferOperationMetadata