ColumnDataTypeHintEnum

enum ColumnDataTypeHintEnum : Enum<ColumnDataTypeHintEnum> , ConvertibleToJava<ColumnDataTypeHintEnum>

Column data type logical hint.

Entries

Link copied to clipboard

A string that matches the pattern of a URI, for example, scheme://username:password@host:1234/this/is/a/path?k1=v1&k2=v2#fragment

Link copied to clipboard

A standard 128-bit GUID following the standard shape, xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

Link copied to clipboard

An Azure Resource Model (ARM) path: /subscriptions/{...}/resourceGroups/{...}/providers/Microsoft.{...}/{...}/{...}/{...}...

Link copied to clipboard

A standard V4/V6 ip address following the standard shape, x.x.x.x/y:y:y:y:y:y:y:y

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: ColumnDataTypeHintEnum
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): ColumnDataTypeHintEnum
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.