Packages

o

com.couchbase.spark

DefaultConstants

object DefaultConstants

Default constants used across the whole spark connector project.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DefaultConstants
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val DefaultAnalyticsScanConsistency: String

    The default analytics scan consistency to use if not provided by the user.

  2. val DefaultCollectionName: String

    The default collection name, if not provided.

  3. val DefaultIdFieldName: String

    The default field name used for the document ID when used in queries.

  4. val DefaultInferLimit: String

    The default number of records applied as a limit when infering the schema.

  5. val DefaultQueryScanConsistency: String

    The default query scan consistency to use if not provided by the user.

  6. val DefaultScopeName: String

    The default scope name, if not provided.