Class SplitStatus
Message for SplitStatus.
Implements
Inherited Members
Namespace: Google.Apis.NetAppFiles.v1beta1.Data
Assembly: Google.Apis.NetAppFiles.v1beta1.dll
Syntax
public class SplitStatus : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProgressPercent
Output only. The estimated progress percentage of the split operation (0-100). This is meaningful primarily when split_state is IN_PROGRESS.
Declaration
[JsonProperty("progressPercent")]
public virtual int? ProgressPercent { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
SplitState
Output only. The current state of the clone split operation.
Declaration
[JsonProperty("splitState")]
public virtual string SplitState { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StateDetails
Output only. Human-readable details about the current state. Mostly used for displaying error messages during split failure Examples: "Split in progress", "Error: insufficient capacity".
Declaration
[JsonProperty("stateDetails")]
public virtual string StateDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| string |