CassandraSource interface
Cassandra 資料庫的複製活動來源。
- Extends
屬性
consistency |
一致性層級會指定在將數據傳回用戶端應用程式之前,必須回應讀取要求多少個 Cassandra 伺服器。 Cassandra 會檢查指定的 Cassandra 伺服器數目,以取得符合讀取要求的數據。 必須是 cassandraSourceReadConsistencyLevels 的其中一個。 預設值為 『ONE』。 不區分大小寫。 |
query | 資料庫查詢。 應該是 SQL-92 查詢表示式或 Cassandra 查詢語言 (CQL) 命令。 Type:string (或 expression with resultType string) 。 |
type | 多型歧視性,指定這個物件可以是的不同類型 |
繼承的屬性
additional |
指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。 |
disable |
如果為 true,請停用數據存放區計量集合。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
max |
源數據存放區的最大並行連接計數。 類型:integer (或 expression with resultType integer) 。 |
query |
查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). |
source |
來源重試計數。 類型:integer (或 expression with resultType integer) 。 |
source |
來源重試等候。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). |
屬性詳細資料
consistencyLevel
一致性層級會指定在將數據傳回用戶端應用程式之前,必須回應讀取要求多少個 Cassandra 伺服器。 Cassandra 會檢查指定的 Cassandra 伺服器數目,以取得符合讀取要求的數據。 必須是 cassandraSourceReadConsistencyLevels 的其中一個。 預設值為 『ONE』。 不區分大小寫。
consistencyLevel?: string
屬性值
string
query
資料庫查詢。 應該是 SQL-92 查詢表示式或 Cassandra 查詢語言 (CQL) 命令。 Type:string (或 expression with resultType string) 。
query?: any
屬性值
any
type
多型歧視性,指定這個物件可以是的不同類型
type: "CassandraSource"
屬性值
"CassandraSource"
繼承的屬性詳細資料
additionalColumns
指定要加入源數據的其他資料行。 Type:objects 陣列(AdditionalColumns) (或 Expression with resultType array of objects)。
additionalColumns?: any
屬性值
any
disableMetricsCollection
如果為 true,請停用數據存放區計量集合。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。
disableMetricsCollection?: any
屬性值
any
maxConcurrentConnections
源數據存放區的最大並行連接計數。 類型:integer (或 expression with resultType integer) 。
maxConcurrentConnections?: any
屬性值
any
queryTimeout
查詢逾時。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])).
queryTimeout?: any
屬性值
any
sourceRetryCount
來源重試計數。 類型:integer (或 expression with resultType integer) 。
sourceRetryCount?: any
屬性值
any
sourceRetryWait
來源重試等候。 類型:string (或 expression with resultType string), pattern: (\d+)?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])).
sourceRetryWait?: any
屬性值
any