Class StatusSummary
StatusSummary
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class StatusSummary
Properties
ChunksProcessed
Declaration
[JsonProperty(PropertyName = "chunksProcessed")]
public long? ChunksProcessed { get; set; }
Property Value
Type | Description |
---|---|
long? | The number of chunks processed. |
FailureDetails
Declaration
[JsonProperty(PropertyName = "failureDetails")]
public string FailureDetails { get; set; }
Property Value
Type | Description |
---|---|
string | The failure details, if any. |
Filename
Declaration
[JsonProperty(PropertyName = "filename")]
public string Filename { get; set; }
Property Value
Type | Description |
---|---|
string | The filename. |
Status
Declaration
[JsonProperty(PropertyName = "status")]
public string Status { get; set; }
Property Value
Type | Description |
---|---|
string | The status. |
TotalChunks
Declaration
[JsonProperty(PropertyName = "totalChunks")]
public long? TotalChunks { get; set; }
Property Value
Type | Description |
---|---|
long? | The total number of chunks. |