Class CreateObjectStorageSourceDetails
Object Storage Source Details.
Inherited Members
Namespace: Oci.DatalabelingservicedataplaneService.Models
Assembly: OCI.DotNetSDK.Datalabelingservicedataplane.dll
Syntax
public class CreateObjectStorageSourceDetails : CreateSourceDetails
Properties
Length
Declaration
[JsonProperty(PropertyName = "length")]
public decimal? Length { get; set; }
Property Value
Type | Description |
---|---|
decimal? | The length from offset into the file containing the content. |
Offset
Declaration
[JsonProperty(PropertyName = "offset")]
public decimal? Offset { get; set; }
Property Value
Type | Description |
---|---|
decimal? | The offset into the file containing the content. |
RelativePath
Declaration
[Required(ErrorMessage = "RelativePath is required.")]
[JsonProperty(PropertyName = "relativePath")]
public string RelativePath { get; set; }
Property Value
Type | Description |
---|---|
string | The path relative to the prefix specified in the dataset source details (file name). |
Remarks
Required