Show / Hide Table of Contents

Class AbstractFormatAttribute

The abstract format attribute.

Inheritance
object
AbstractFormatAttribute
AvroFormatAttribute
CsvFormatAttribute
JsonFormatAttribute
ParquetFormatAttribute
Inherited Members
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
[JsonConverter(typeof(AbstractFormatAttributeModelConverter))]
public class AbstractFormatAttribute

Properties

IsFilePattern

Declaration
[JsonProperty(PropertyName = "isFilePattern")]
public bool? IsFilePattern { get; set; }
Property Value
Type Description
bool?

Defines whether a file pattern is supported.

In this article
Back to top