Class JsonFormatAttribute
The JSON file format attribute.
Inherited Members
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class JsonFormatAttribute : AbstractFormatAttribute
Properties
Encoding
Declaration
[JsonProperty(PropertyName = "encoding")]
public string Encoding { get; set; }
Property Value
Type | Description |
---|---|
string | The encoding for the file. |
SampleEntityData
Declaration
[JsonProperty(PropertyName = "sampleEntityData")]
public string SampleEntityData { get; set; }
Property Value
Type | Description |
---|---|
string | Sample JSON with all fields of JSON schema specified in it for the JSON data files used in Data Flow, Data Loader or Data Preview and should be specified in Base64 encoded format. Maximum size is 2 MB. |