Class UploadFileSummary
Details of Upload File.
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class UploadFileSummary
Properties
ChunksConsumed
Declaration
[JsonProperty(PropertyName = "chunksConsumed")]
public decimal? ChunksConsumed { get; set; }
Property Value
Type | Description |
---|---|
decimal? | Number of chunks processed. |
ChunksFail
Declaration
[JsonProperty(PropertyName = "chunksFail")]
public decimal? ChunksFail { get; set; }
Property Value
Type | Description |
---|---|
decimal? | Number of chunks failed processing. |
ChunksSuccess
Declaration
[JsonProperty(PropertyName = "chunksSuccess")]
public decimal? ChunksSuccess { get; set; }
Property Value
Type | Description |
---|---|
decimal? | Number of chunks processed successfully. |
EntityName
Declaration
[JsonProperty(PropertyName = "entityName")]
public string EntityName { get; set; }
Property Value
Type | Description |
---|---|
string | Name of the entity associated with the file. |
EntityType
Declaration
[JsonProperty(PropertyName = "entityType")]
public string EntityType { get; set; }
Property Value
Type | Description |
---|---|
string | Name of the entity type. |
FailureDetails
Declaration
[JsonProperty(PropertyName = "failureDetails")]
public string FailureDetails { get; set; }
Property Value
Type | Description |
---|---|
string | The details about upload processing failure. |
LogGroupId
Declaration
[JsonProperty(PropertyName = "logGroupId")]
public string LogGroupId { get; set; }
Property Value
Type | Description |
---|---|
string | Log group OCID associated with the file. |
LogGroupName
Declaration
[JsonProperty(PropertyName = "logGroupName")]
public string LogGroupName { get; set; }
Property Value
Type | Description |
---|---|
string | Name of the log group associated with the file. |
LogNamespace
Declaration
[JsonProperty(PropertyName = "logNamespace")]
public string LogNamespace { get; set; }
Property Value
Type | Description |
---|---|
string | (Deprecated) Name of the log namespace associated with the file. |
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | Name of the file |
Remarks
Required
Reference
Declaration
[Required(ErrorMessage = "Reference is required.")]
[JsonProperty(PropertyName = "reference")]
public string Reference { get; set; }
Property Value
Type | Description |
---|---|
string | Unique internal identifier to refer upload file. |
Remarks
Required
SourceName
Declaration
[JsonProperty(PropertyName = "sourceName")]
public string SourceName { get; set; }
Property Value
Type | Description |
---|---|
string | Name of the log source used for processing this file. |
Status
Declaration
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(ResponseEnumConverter))]
public UploadFileSummary.StatusEnum? Status { get; set; }
Property Value
Type | Description |
---|---|
UploadFileSummary.StatusEnum? | Processing status of the file. |
TimeStarted
Declaration
[JsonProperty(PropertyName = "timeStarted")]
public DateTime? TimeStarted { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The time when this file processing started. |
TotalChunks
Declaration
[JsonProperty(PropertyName = "totalChunks")]
public decimal? TotalChunks { get; set; }
Property Value
Type | Description |
---|---|
decimal? | Number of estimated chunks for this file. A chunk is a portion of the log file used for the processing. |