public sealed class OperationMetadata : IMessage<OperationMetadata>, IEquatable<OperationMetadata>, IDeepCloneable<OperationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis v1 API class OperationMetadata.
Represents the v1 metadata of the long-running operation.
Implements
IMessage<OperationMetadata>, IEquatable<OperationMetadata>, IDeepCloneable<OperationMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.Redis.V1Assembly
Google.Cloud.Redis.V1.dll
Constructors
OperationMetadata()
public OperationMetadata()
OperationMetadata(OperationMetadata)
public OperationMetadata(OperationMetadata other)
Parameter | |
---|---|
Name | Description |
other | OperationMetadata |
Properties
ApiVersion
public string ApiVersion { get; set; }
API version.
Property Value | |
---|---|
Type | Description |
String |
CancelRequested
public bool CancelRequested { get; set; }
Specifies if cancellation was requested for the operation.
Property Value | |
---|---|
Type | Description |
Boolean |
CreateTime
public Timestamp CreateTime { get; set; }
Creation timestamp.
Property Value | |
---|---|
Type | Description |
Timestamp |
EndTime
public Timestamp EndTime { get; set; }
End timestamp.
Property Value | |
---|---|
Type | Description |
Timestamp |
StatusDetail
public string StatusDetail { get; set; }
Operation status details.
Property Value | |
---|---|
Type | Description |
String |
Target
public string Target { get; set; }
Operation target.
Property Value | |
---|---|
Type | Description |
String |
Verb
public string Verb { get; set; }
Operation verb.
Property Value | |
---|---|
Type | Description |
String |