Package

com.microsoft.azure.cosmosdb.spark

config

Permalink

package config

Visibility
  1. Public
  2. All

Type Members

  1. trait Config extends Serializable

    Permalink

    CosmosDB standard configuration object

  2. abstract class ConfigBuilder[Builder <: ConfigBuilder[Builder]] extends Serializable

    Permalink

    Abstract config builder, used to set a bunch of properties a build a config object from them.

    Abstract config builder, used to set a bunch of properties a build a config object from them.

    Builder

    Current Builder implementation type.

  3. case class CosmosDBConfigBuilder(props: Map[Property, Any] = Map()) extends ConfigBuilder[CosmosDBConfigBuilder] with Product with Serializable

    Permalink

Value Members

  1. object CachingMode extends Enumeration

    Permalink

    Represents caching behavior, used internally in incremental view mode.

    Represents caching behavior, used internally in incremental view mode.

    None: data is not cached Cache: data is cached by invoking rdd.cache() RefreshCache: discard current cache data and read the latest data into cache

  2. object Config extends Serializable

    Permalink
  3. object CosmosDBConfig

    Permalink

    Values and Functions for access and parse the configuration parameters

Ungrouped