Class UploadLogFileResponse
Implements
Inherited Members
Namespace: Oci.LoganalyticsService.Responses
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class UploadLogFileResponse : OciResponse, IOciResponse
Properties
OpcContentMd5
Declaration
[HttpConverter(TargetEnum.Header, "opc-content-md5")]
public string OpcContentMd5 { get; set; }
Property Value
Type | Description |
---|---|
string | The base-64 encoded MD5 hash of the request body as computed by the server. |
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. |
Upload
Declaration
[HttpConverter(TargetEnum.Body)]
public Upload Upload { get; set; }
Property Value
Type | Description |
---|---|
Upload | The returned Upload instance. |