EventGridDataFormat Class

public final class EventGridDataFormat
extends ExpandableStringEnum<EventGridDataFormat>

The data format of the message. Optionally the data format can be added to each message.

Field Summary

Modifier and Type Field and Description
static final EventGridDataFormat APACHEAVRO

Static value APACHEAVRO for EventGridDataFormat.

static final EventGridDataFormat AVRO

Static value AVRO for EventGridDataFormat.

static final EventGridDataFormat CSV

Static value CSV for EventGridDataFormat.

static final EventGridDataFormat JSON

Static value JSON for EventGridDataFormat.

static final EventGridDataFormat MULTIJSON

Static value MULTIJSON for EventGridDataFormat.

static final EventGridDataFormat ORC

Static value ORC for EventGridDataFormat.

static final EventGridDataFormat PARQUET

Static value PARQUET for EventGridDataFormat.

static final EventGridDataFormat PSV

Static value PSV for EventGridDataFormat.

static final EventGridDataFormat RAW

Static value RAW for EventGridDataFormat.

static final EventGridDataFormat SCSV

Static value SCSV for EventGridDataFormat.

static final EventGridDataFormat SINGLEJSON

Static value SINGLEJSON for EventGridDataFormat.

static final EventGridDataFormat SOHSV

Static value SOHSV for EventGridDataFormat.

static final EventGridDataFormat TSV

Static value TSV for EventGridDataFormat.

static final EventGridDataFormat TSVE

Static value TSVE for EventGridDataFormat.

static final EventGridDataFormat TXT

Static value TXT for EventGridDataFormat.

static final EventGridDataFormat W3CLOGFILE

Static value W3CLOGFILE for EventGridDataFormat.

Constructor Summary

Constructor Description
EventGridDataFormat()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of EventGridDataFormat value.

Method Summary

Modifier and Type Method and Description
static EventGridDataFormat fromString(String name)

Creates or finds a EventGridDataFormat from its string representation.

static Collection<EventGridDataFormat> values()

Gets known EventGridDataFormat values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

APACHEAVRO

public static final EventGridDataFormat APACHEAVRO

Static value APACHEAVRO for EventGridDataFormat.

AVRO

public static final EventGridDataFormat AVRO

Static value AVRO for EventGridDataFormat.

CSV

public static final EventGridDataFormat CSV

Static value CSV for EventGridDataFormat.

JSON

public static final EventGridDataFormat JSON

Static value JSON for EventGridDataFormat.

MULTIJSON

public static final EventGridDataFormat MULTIJSON

Static value MULTIJSON for EventGridDataFormat.

ORC

public static final EventGridDataFormat ORC

Static value ORC for EventGridDataFormat.

PARQUET

public static final EventGridDataFormat PARQUET

Static value PARQUET for EventGridDataFormat.

PSV

public static final EventGridDataFormat PSV

Static value PSV for EventGridDataFormat.

RAW

public static final EventGridDataFormat RAW

Static value RAW for EventGridDataFormat.

SCSV

public static final EventGridDataFormat SCSV

Static value SCSV for EventGridDataFormat.

SINGLEJSON

public static final EventGridDataFormat SINGLEJSON

Static value SINGLEJSON for EventGridDataFormat.

SOHSV

public static final EventGridDataFormat SOHSV

Static value SOHSV for EventGridDataFormat.

TSV

public static final EventGridDataFormat TSV

Static value TSV for EventGridDataFormat.

TSVE

public static final EventGridDataFormat TSVE

Static value TSVE for EventGridDataFormat.

TXT

public static final EventGridDataFormat TXT

Static value TXT for EventGridDataFormat.

W3CLOGFILE

public static final EventGridDataFormat W3CLOGFILE

Static value W3CLOGFILE for EventGridDataFormat.

Constructor Details

EventGridDataFormat

@Deprecated
public EventGridDataFormat()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of EventGridDataFormat value.

Method Details

fromString

public static EventGridDataFormat fromString(String name)

Creates or finds a EventGridDataFormat from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding EventGridDataFormat.

values

public static Collection values()

Gets known EventGridDataFormat values.

Returns:

known EventGridDataFormat values.

Applies to