Class DellProperties

java.lang.Object
org.apache.iceberg.dell.DellProperties
All Implemented Interfaces:
Serializable

public class DellProperties extends Object implements Serializable
See Also:
  • Field Details

    • ECS_S3_ACCESS_KEY_ID

      public static final String ECS_S3_ACCESS_KEY_ID
      S3 Access key id of Dell EMC ECS
      See Also:
    • ECS_S3_SECRET_ACCESS_KEY

      public static final String ECS_S3_SECRET_ACCESS_KEY
      S3 Secret access key of Dell EMC ECS
      See Also:
    • ECS_S3_ENDPOINT

      public static final String ECS_S3_ENDPOINT
      S3 endpoint of Dell EMC ECS
      See Also:
    • CLIENT_FACTORY

      public static final String CLIENT_FACTORY
      The implementation class of DellClientFactory to customize Dell client configurations. If set, all Dell clients will be initialized by the specified factory. If not set, DellClientFactories.DefaultDellClientFactory is used as default factory.
      See Also:
  • Constructor Details

    • DellProperties

      public DellProperties()
    • DellProperties

      public DellProperties(Map<String,String> properties)
  • Method Details

    • ecsS3Endpoint

      public String ecsS3Endpoint()
    • setEcsS3Endpoint

      public void setEcsS3Endpoint(String ecsS3Endpoint)
    • ecsS3AccessKeyId

      public String ecsS3AccessKeyId()
    • setEcsS3AccessKeyId

      public void setEcsS3AccessKeyId(String ecsS3AccessKeyId)
    • ecsS3SecretAccessKey

      public String ecsS3SecretAccessKey()
    • setEcsS3SecretAccessKey

      public void setEcsS3SecretAccessKey(String ecsS3SecretAccessKey)