Show / Hide Table of Contents

Enum CustomPropertyDataType

Enum Representing various data types allowed for the custom property TEXT - String data type RICH_TEXT - Rich text to hold long descriptions and formatted values NUMBER - Numeric Data type BOOLEAN - Boolean type with allowed values of true or false DATE - Date data type

Namespace: Oci.DatacatalogService.Models
Assembly: OCI.DotNetSDK.Datacatalog.dll
Syntax
public enum CustomPropertyDataType

Fields

Name Description
Boolean
Date
Number
RichText
Text
UnknownEnumValue
In this article
Back to top