Class UploadLogEventsFileResponse
Implements
Inherited Members
Namespace: Oci.LoganalyticsService.Responses
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class UploadLogEventsFileResponse : OciResponse, IOciResponseProperties
OpcObjectId
Declaration
[HttpConverter(TargetEnum.Header, "opc-object-id")]
public string OpcObjectId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Unique Oracle-assigned identifier for log data. | 
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Unique Oracle-assigned identifier for the request. When you contact Oracle about a specific request, provide the request ID. | 
TimeCreated
Declaration
[HttpConverter(TargetEnum.Header, "timeCreated")]
public DateTime? TimeCreated { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTime? | The time the upload was created, in the format defined by RFC3339 |