Show / Hide Table of Contents

Class UploadWarningSummary

Summary of Upload warnings.

Inheritance
object
UploadWarningSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class UploadWarningSummary

Properties

ErrorMessage

Declaration
[JsonProperty(PropertyName = "errorMessage")]
public string ErrorMessage { get; set; }
Property Value
Type Description
string

The details about upload processing failure.

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 warning.

Remarks

Required

Status

Declaration
[JsonProperty(PropertyName = "status")]
public string Status { get; set; }
Property Value
Type Description
string

Status of the upload. Ex - Failed.

TimeStarted

Declaration
[JsonProperty(PropertyName = "timeStarted")]
public DateTime? TimeStarted { get; set; }
Property Value
Type Description
DateTime?

The time when the upload processing started.

In this article
Back to top