public sealed class OperationMetadata : IMessage<OperationMetadata>, IEquatable<OperationMetadata>, IDeepCloneable<OperationMetadata>, IBufferMessage, IMessageReference 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
IMessageOperationMetadata, IEquatableOperationMetadata, IDeepCloneableOperationMetadata, 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 |
bool |
|
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 |
|