Serialized Form

  • Package com.datastax.astra.sdk.config

    • Class com.datastax.astra.sdk.config.AstraClientConfig

      class AstraClientConfig extends Object implements Serializable
      serialVersionUID:
      6950028057943051050L
      • Serialized Fields

        • clientId
          String clientId
          Client identifier.
        • clientSecret
          String clientSecret
          Client secret.
        • crossRegionFailOver
          boolean crossRegionFailOver
          Enable SCB download to target folder.
        • databaseId
          String databaseId
          Attribute to describe the Astra instance.
        • databaseRegion
          String databaseRegion
          First and main region to use (others are failing over).
        • downloadSecureConnectBundle
          boolean downloadSecureConnectBundle
          Enable SCB download to target folder.
        • env
          AstraEnvironment env
          Default is production.
        • secureConnectBundleFolder
          String secureConnectBundleFolder
          Folder to load secure connect bundle with formatted names scb_dbId_region.zip
        • stargateConfig
          io.stargate.sdk.StargateClientBuilder stargateConfig
          Configuring Stargate to work in Astra.
        • token
          String token
          Token to authenticate.