Show / Hide Table of Contents

Class MaterializedDynamicField

A materialized dynamic field, rules have been applied and all fields are concrete.

Inheritance
object
TypedObject
MaterializedDynamicField
Inherited Members
TypedObject.Key
TypedObject.ModelVersion
TypedObject.ParentRef
TypedObject.ConfigValues
TypedObject.ObjectStatus
TypedObject.Name
TypedObject.Description
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class MaterializedDynamicField : TypedObject

Properties

Scope

Declaration
[JsonProperty(PropertyName = "scope")]
public string Scope { get; set; }
Property Value
Type Description
string

Reference key value to an object within the document.

Type

Declaration
[JsonProperty(PropertyName = "type")]
public MaterializedCompositeType Type { get; set; }
Property Value
Type Description
MaterializedCompositeType
In this article
Back to top