Show / Hide Table of Contents

Class UploadLogFileResponse

Inheritance
object
OciResponse
UploadLogFileResponse
Implements
IOciResponse
Inherited Members
OciResponse.httpResponseMessage
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

Implements

IOciResponse
In this article
Back to top