Optionalapplication Name application Name ?:  string 
Optionalapplication Version application Version ?:  string 
Optionalauth Provider auth Provider ?:  AuthProvider 
Optionalcloud cloud ?:  {       secureConnectBundle :  string  |  URL ;  } 
Optionalcontact Points contact Points ?:  string [] 
Optionalcredentials credentials ?:  {       password :  string ;       username :  string ;  } 
Optionalencoding encoding ?:  {       copyBuffer ?:  boolean ;       map ?:  Function ;       set ?:  Function ;       useBigIntAsLong ?:  boolean ;       useBigIntAsVarint ?:  boolean ;       useUndefinedAsUnset ?:  boolean ;  } 
Optionalgraph Options graph Options ?:  GraphOptions 
Optionalis Metadata Sync Enabled is Metadata Sync Enabled ?:  boolean 
Optionalkey Delimiter key Delimiter ?:  string 
Optionallocal Data Center local Data Center ?:  string 
Optionalmax Prepared max Prepared ?:  number 
Optionalmetrics metrics ?:  ClientMetrics 
Optionalmonitor Reporting monitor Reporting ?:  {       enabled ?:  boolean ;  } 
Optionalpolicies policies ?:  {       addressResolution ?:  AddressTranslator ;       loadBalancing ?:  LoadBalancingPolicy ;       reconnection ?:  ReconnectionPolicy ;       retry ?:  RetryPolicy ;       speculativeExecution ?:  SpeculativeExecutionPolicy ;       timestampGeneration ?:  TimestampGenerator ;  } 
Optionalpooling pooling ?:  {       coreConnectionsPerHost ?:  {           [key : number ]:  number ;       } ;       heartBeatInterval ?:  number ;       maxRequestsPerConnection ?:  number ;       warmup ?:  boolean ;  } 
Optionalprepare On All Hosts prepare On All Hosts ?:  boolean 
Optionalprofiles profiles ?:  ExecutionProfile [] 
Optionalpromise Factory promise Factory ?:  ( ( handler :  ( ( callback :  ( ( err :  Error , result ?:  any )  =>  void ) )  =>  void ) )  =>  Promise < any > ) 
Optionalprotocol Options protocol Options ?:  {       maxSchemaAgreementWaitSeconds ?:  number ;       maxVersion ?:  number ;       noCompact ?:  boolean ;       port ?:  number ;  } 
Optionalquery Options query Options ?:  QueryOptions 
Optionalre Prepare On Up re Prepare On Up ?:  boolean 
Optionalrefresh Schema Delay refresh Schema Delay ?:  number 
Optionalrequest Tracker request Tracker ?:  RequestTracker 
Optionalservice Provider Args Optionalsocket Options socket Options ?:  {       coalescingThreshold ?:  number ;       connectTimeout ?:  number ;       defunctReadTimeoutThreshold ?:  number ;       keepAlive ?:  boolean ;       keepAliveDelay ?:  number ;       readTimeout ?:  number ;       tcpNoDelay ?:  boolean ;  } 
Optionalssl Options ssl Options ?:  ConnectionOptions 
Configuration options for initializing a CassandraKVStore. These options extend generic Cassandra client arguments with specific settings for key-value store operations.
CassandraKVOptions