Class UploadFileStatus
Upload File Status
Inherited Members
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. |