Class ImportMetadata
Metadata related to the progress of the Import operation. This will be returned by the google.longrunning.Operation.metadata field.
Inheritance
System.Object
ImportMetadata
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.Retail.V2
Assembly: Google.Cloud.Retail.V2.dll
Syntax
public sealed class ImportMetadata : IMessage<ImportMetadata>, IEquatable<ImportMetadata>, IDeepCloneable<ImportMetadata>, IBufferMessage, IMessage
Constructors
ImportMetadata()
Declaration
public ImportMetadata()
ImportMetadata(ImportMetadata)
Declaration
public ImportMetadata(ImportMetadata other)
Parameters
Type | Name | Description |
---|---|---|
ImportMetadata | other |
Properties
CreateTime
Operation create time.
Declaration
public Timestamp CreateTime { get; set; }
Property Value
Type | Description |
---|---|
Timestamp |
FailureCount
Count of entries that encountered errors while processing.
Declaration
public long FailureCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
SuccessCount
Count of entries that were processed successfully.
Declaration
public long SuccessCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
UpdateTime
Operation last update time. If the operation is done, this is also the finish time.
Declaration
public Timestamp UpdateTime { get; set; }
Property Value
Type | Description |
---|---|
Timestamp |