Show / Hide Table of Contents

Class UploadFileStatus

Upload File Status

Inheritance
object
UploadFileStatus
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 UploadFileStatus

Properties

FileName

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

Name of the file.

IsValid

Declaration
[JsonProperty(PropertyName = "isValid")]
public bool? IsValid { get; set; }
Property Value
Type Description
bool?

Is Valid flag.

In this article
Back to top