Class ExportDataOperationMetadata
Metadata of an ExportData operation.
Inheritance
System.Object
ExportDataOperationMetadata
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public sealed class ExportDataOperationMetadata : IMessage<ExportDataOperationMetadata>, IEquatable<ExportDataOperationMetadata>, IDeepCloneable<ExportDataOperationMetadata>, IBufferMessage, IMessage
Constructors
ExportDataOperationMetadata()
Declaration
public ExportDataOperationMetadata()
ExportDataOperationMetadata(ExportDataOperationMetadata)
Declaration
public ExportDataOperationMetadata(ExportDataOperationMetadata other)
Parameters
| Type | Name | Description |
|---|---|---|
| ExportDataOperationMetadata | other |
Properties
CreateTime
Output only. Timestamp when export dataset request was created.
Declaration
public Timestamp CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Timestamp |
Dataset
Output only. The name of dataset to be exported. "projects//datasets/"
Declaration
public string Dataset { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PartialFailures
Output only. Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
Declaration
public RepeatedField<Status> PartialFailures { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<Status> |