Class AbstractFormatAttribute
The abstract format attribute.
Inheritance
AbstractFormatAttribute
Inherited Members
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. |