Class HeadModelDefinedMetadatumArtifactResponse
Implements
Inherited Members
Namespace: Oci.DatascienceService.Responses
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class HeadModelDefinedMetadatumArtifactResponse : OciResponse, IOciResponseProperties
ContentDisposition
Declaration
[HttpConverter(TargetEnum.Header, "content-disposition")]
public string ContentDisposition { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The content disposition of the body, as described in RFC 2616, section 19.5.1. | 
ContentLength
Declaration
[HttpConverter(TargetEnum.Header, "content-length")]
public long? ContentLength { get; set; }Property Value
| Type | Description | 
|---|---|
| long? | The content size of the body in bytes. | 
ContentMd5
Declaration
[HttpConverter(TargetEnum.Header, "content-md5")]
public string ContentMd5 { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The base-64 encoded MD5 hash of the body, as described in RFC 2616, section 14.15.
Unavailable for objects uploaded using multipart upload.
If the  | 
Etag
Declaration
[HttpConverter(TargetEnum.Header, "etag")]
public string Etag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | For optimistic concurrency control. See ETags for Optimistic Concurrency Control. | 
LastModified
Declaration
[HttpConverter(TargetEnum.Header, "last-modified")]
public DateTime? LastModified { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTime? | The artifact modification time, as described in RFC 2616, section 14.29. | 
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. If you need to contact Oracle about a particular request, then provide the request ID. |