Show / Hide Table of Contents

Class EnrichmentJobConfiguration

An EnrichmentJobConfiguration describes the database objects that will be targeted by an EnrichmentJob, as described by the job's type.

Inheritance
object
EnrichmentJobConfiguration
DeltaRefreshEnrichmentJobConfiguration
FullBuildEnrichmentJobConfiguration
PartialBuildEnrichmentJobConfiguration
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GenerativeaidataService.Models
Assembly: OCI.DotNetSDK.Generativeaidata.dll
Syntax
[JsonConverter(typeof(EnrichmentJobConfigurationModelConverter))]
public class EnrichmentJobConfiguration
In this article
Back to top