Class CopyBehaviorType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<CopyBehaviorType>
com.azure.analytics.synapse.artifacts.models.CopyBehaviorType

public final class CopyBehaviorType extends com.azure.core.util.ExpandableStringEnum<CopyBehaviorType>
All available types of copy behavior.
  • Field Details

    • PRESERVE_HIERARCHY

      public static final CopyBehaviorType PRESERVE_HIERARCHY
      Static value PreserveHierarchy for CopyBehaviorType.
    • FLATTEN_HIERARCHY

      public static final CopyBehaviorType FLATTEN_HIERARCHY
      Static value FlattenHierarchy for CopyBehaviorType.
    • MERGE_FILES

      public static final CopyBehaviorType MERGE_FILES
      Static value MergeFiles for CopyBehaviorType.
  • Constructor Details

    • CopyBehaviorType

      public CopyBehaviorType()
  • Method Details

    • fromString

      public static CopyBehaviorType fromString(String name)
      Creates or finds a CopyBehaviorType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding CopyBehaviorType.
    • values

      public static Collection<CopyBehaviorType> values()
      Gets known CopyBehaviorType values.
      Returns:
      known CopyBehaviorType values.