JsonWriteFilePattern Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. analytics. synapse. artifacts. models. JsonWriteFilePattern
- com.
- com.
public final class JsonWriteFilePattern
extends ExpandableStringEnum<JsonWriteFilePattern>
All available filePatterns.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Json |
ARRAY_OF_OBJECTS
Static value array |
|
static final
Json |
SET_OF_OBJECTS
Static value set |
Constructor Summary
| Constructor | Description |
|---|---|
| JsonWriteFilePattern() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Json |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Json |
fromString(String name)
Creates or finds a Json |
|
static
Collection<Json |
values()
Gets known Json |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ARRAY_OF_OBJECTS
public static final JsonWriteFilePattern ARRAY_OF_OBJECTS
Static value arrayOfObjects for JsonWriteFilePattern.
SET_OF_OBJECTS
public static final JsonWriteFilePattern SET_OF_OBJECTS
Static value setOfObjects for JsonWriteFilePattern.
Constructor Details
JsonWriteFilePattern
@Deprecated
public JsonWriteFilePattern()
Deprecated
Creates a new instance of JsonWriteFilePattern value.
Method Details
fromString
public static JsonWriteFilePattern fromString(String name)
Creates or finds a JsonWriteFilePattern from its string representation.
Parameters:
Returns:
values
public static Collection<JsonWriteFilePattern> values()
Gets known JsonWriteFilePattern values.
Returns: