Show / Hide Table of Contents

Class SourceDetails

The source information is a polymorphic entity. It captures the details of data used for record creation. The discriminator type must match the dataset's source type. The convention is enforced by the API.

Inheritance
object
SourceDetails
ObjectStorageSourceDetails
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
[JsonConverter(typeof(SourceDetailsModelConverter))]
public class SourceDetails
In this article
Back to top