Package com.atlan.model.structs
Class IcebergPartition
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.structs.AtlanStruct
com.atlan.model.structs.IcebergPartition
- All Implemented Interfaces:
Serializable
@Generated("com.atlan.generators.ModelGeneratorV2")
public class IcebergPartition
extends AtlanStruct
Structure representing a partition field in an Iceberg table.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classIcebergPartition.IcebergPartitionBuilder<C extends IcebergPartition,B extends IcebergPartition.IcebergPartitionBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.structs.AtlanStruct
AtlanStruct.AtlanStructBuilder<C extends AtlanStruct,B extends AtlanStruct.AtlanStructBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
FieldsFields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionstatic IcebergPartition.IcebergPartitionBuilder<?, ?> builder()protected booleanbooleanName of the partition field.Source identifier for the partition field.Transform function applied to the partition field (e.g., 'identity', 'bucket', 'truncate').Fixed typeName for IcebergPartition.inthashCode()static IcebergPartitionQuickly create a new IcebergPartition.toString()Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
IcebergPartition
-
-
Method Details
-
of
public static IcebergPartition of(String icebergFieldName, String icebergTransform, Integer icebergSourceId) Quickly create a new IcebergPartition.- Parameters:
icebergFieldName- Name of the partition field.icebergTransform- Transform function applied to the partition field (e.g., 'identity', 'bucket', 'truncate').icebergSourceId- Source identifier for the partition field.- Returns:
- a IcebergPartition with the provided information
-
builder
-
toBuilder
-
getIcebergFieldName
Name of the partition field. -
getIcebergTransform
Transform function applied to the partition field (e.g., 'identity', 'bucket', 'truncate'). -
getIcebergSourceId
Source identifier for the partition field. -
equals
- Overrides:
equalsin classAtlanStruct
-
canEqual
- Overrides:
canEqualin classAtlanStruct
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanStruct
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classAtlanObject
-
getTypeName
Fixed typeName for IcebergPartition.- Overrides:
getTypeNamein classAtlanStruct
-