Show / Hide Table of Contents

Class CreateObjectStorageSourceDetails

Object Storage Source Details.

Inheritance
object
CreateSourceDetails
CreateObjectStorageSourceDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top