Optional
application Name application Name ?: string
Optional
application Version application Version ?: string
Optional
auth Provider auth Provider ?: AuthProvider
Optional
cloud cloud ?: { secureConnectBundle : string | URL ; }
Optional
contact Points contact Points ?: string []
Optional
credentials credentials ?: { password : string ; username : string ; }
Optional
encoding encoding ?: { copyBuffer ?: boolean ; map ?: Function ; set ?: Function ; useBigIntAsLong ?: boolean ; useBigIntAsVarint ?: boolean ; useUndefinedAsUnset ?: boolean ; }
Optional
graph Options graph Options ?: GraphOptions
Optional
is Metadata Sync Enabled is Metadata Sync Enabled ?: boolean
Optional
key Delimiter key Delimiter ?: string
Optional
local Data Center local Data Center ?: string
Optional
max Prepared max Prepared ?: number
Optional
metrics metrics ?: ClientMetrics
Optional
monitor Reporting monitor Reporting ?: { enabled ?: boolean ; }
Optional
policies policies ?: { addressResolution ?: AddressTranslator ; loadBalancing ?: LoadBalancingPolicy ; reconnection ?: ReconnectionPolicy ; retry ?: RetryPolicy ; speculativeExecution ?: SpeculativeExecutionPolicy ; timestampGeneration ?: TimestampGenerator ; }
Optional
pooling pooling ?: { coreConnectionsPerHost ?: { [key : number ]: number ; } ; heartBeatInterval ?: number ; maxRequestsPerConnection ?: number ; warmup ?: boolean ; }
Optional
prepare On All Hosts prepare On All Hosts ?: boolean
Optional
profiles profiles ?: ExecutionProfile []
Optional
promise Factory promise Factory ?: ( ( handler : ( ( callback : ( ( err : Error , result ?: any ) => void ) ) => void ) ) => Promise < any > )
Optional
protocol Options protocol Options ?: { maxSchemaAgreementWaitSeconds ?: number ; maxVersion ?: number ; noCompact ?: boolean ; port ?: number ; }
Optional
query Options query Options ?: QueryOptions
Optional
re Prepare On Up re Prepare On Up ?: boolean
Optional
refresh Schema Delay refresh Schema Delay ?: number
Optional
request Tracker request Tracker ?: RequestTracker
Optional
service Provider Args Optional
socket Options socket Options ?: { coalescingThreshold ?: number ; connectTimeout ?: number ; defunctReadTimeoutThreshold ?: number ; keepAlive ?: boolean ; keepAliveDelay ?: number ; readTimeout ?: number ; tcpNoDelay ?: boolean ; }
Optional
ssl 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