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
Implements
IMessageImportDataMetadata, IEquatableImportDataMetadata, IDeepCloneableImportDataMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Parallelstore.V1BetaAssembly
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 |