Vector Search v1 API - Class ExportDataObjectsMetadata (1.0.0-beta04)

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

Reference documentation and code samples for the Vector Search v1 API class ExportDataObjectsMetadata.

Metadata for the ExportDataObjects LRO.

Inheritance

object > ExportDataObjectsMetadata

Namespace

Google.Cloud.VectorSearch.V1

Assembly

Google.Cloud.VectorSearch.V1.dll

Constructors

ExportDataObjectsMetadata()

public ExportDataObjectsMetadata()

ExportDataObjectsMetadata(ExportDataObjectsMetadata)

public ExportDataObjectsMetadata(ExportDataObjectsMetadata other)
Parameter
Name Description
other ExportDataObjectsMetadata

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time the operation was created.

Property Value
Type Description
Timestamp

FinishTime

public Timestamp FinishTime { get; set; }

Output only. The time the operation finished.

Property Value
Type Description
Timestamp