ルート・スキーマ : Oracle GoldenGate Data Streaming Resource Configuration
型: object
タイトル: Oracle GoldenGate Data Streaming Resource Configuration
このスキーマは、データ・ストリーミング・リソースの構成を記述します。
ソースの表示
{
"title":"Oracle GoldenGate Data Streaming Resource Configuration",
"description":"This schema describes the configuration of a data streaming resource.",
"required":[
"source"
],
"type":"object",
"properties":{
"tcpKeepAliveTimeout":{
"description":"Timeout (seconds) for keep-alive",
"type":"integer",
"default":"120",
"minimum":"1",
"maximum":"10800"
},
"qualityOfService":{
"description":"The quality level of the data streaming service ",
"type":"string",
"enum":[
"atLeastOnce",
"exactlyOnce",
"atMostOnce"
],
"default":"exactlyOnce"
},
"encoding":{
"description":"data encoding method",
"default":"json",
"x-oneOf":[
{
"description":"json encoding configuration",
"type":"object",
"properties":{
"json":{
"type":"object",
"properties":{
"beforeImageName":{
"description":"JSON element name for before image, applicable to op model only",
"type":"string",
"minLength":"1",
"maxLength":"32",
"default":"before"
},
"model":{
"description":"the model of records",
"enum":[
"op",
"row"
],
"default":"op"
},
"maxDDLTextSize":{
"description":"DDL text is truncated when exceeding this maximum size in bytes",
"type":"integer",
"minimum":"1",
"maximum":"4294967295",
"default":"1000000"
},
"omitNullColumnValues":{
"description":"excludes columns with a null value",
"type":"boolean",
"default":false
},
"afterImageName":{
"description":"JSON element name for after image, applicable to op model only",
"type":"string",
"minLength":"1",
"maxLength":"32",
"default":"after"
},
"operationStrings":{
"description":"operation type string values",
"type":"object",
"properties":{
"insertOp":{
"default":"INSERT",
"type":"string",
"minLength":"1",
"maxLength":"32"
},
"updateOp":{
"default":"UPDATE",
"type":"string",
"minLength":"1",
"maxLength":"32"
},
"deleteOp":{
"default":"DELETE",
"type":"string",
"minLength":"1",
"maxLength":"32"
},
"truncateOp":{
"default":"TRUNCATE",
"type":"string",
"minLength":"1",
"maxLength":"32"
},
"upsertOp":{
"default":"UPSERT",
"type":"string",
"minLength":"1",
"maxLength":"32"
},
"ddlOp":{
"default":"DDL",
"type":"string",
"minLength":"1",
"maxLength":"32"
}
},
"additionalProperties":false
},
"$schema":{
"enum":[
"ogg:outputFormatJson"
]
},
"delimiter":{
"description":"delimiter between records",
"type":"string",
"minLength":"0",
"maxLength":"32"
},
"metaFields":{
"description":"specifies metadata to include in records",
"type":"object",
"properties":{
"table":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"pos":{
"default":true,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"opType":{
"default":true,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"opTsMicroSecs":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"opSeqno":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"schema":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"transInd":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"currentTsMicroSecs":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"xid":{
"default":true,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"opTs":{
"default":true,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"env":{
"default":null,
"x-oneOf":[
{
"enum":[
null
]
},
{
"type":"object"
}
]
},
"currentTs":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"qualifiedTable":{
"default":true,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"primaryKeys":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"sys":{
"default":null,
"x-oneOf":[
{
"enum":[
null
]
},
{
"type":"object"
}
]
},
"csn":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"catalog":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"tokens":{
"default":null,
"x-oneOf":[
{
"enum":[
null,
"user",
"ggs",
"all"
]
},
{
"type":"object"
}
]
}
},
"additionalProperties":false
},
"includeJSONSchemaRecord":{
"description":"includes JSONSchema records describing every record in the stream including stream metadata record, object metadata record, DML record, and DDL record",
"type":"boolean",
"default":true
},
"maxLobSize":{
"description":"LOB data is truncated when exceeding this maximum size in bytes",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"default":"64000"
},
"staticFields":{
"description":"specifies fields with static values in records",
"type":"object"
},
"treatAllColumnsAsStrings":{
"description":"writes all column values as strings instead of their native types",
"type":"boolean",
"default":false
},
"includeObjectMetadataRecords":{
"description":"includes metadata records describing a table, such as a list of its columns and types",
"type":"boolean",
"default":true
},
"flattenDelimiter":{
"description":"delimiter for concatenated JSON element names in before and after image columns, applicable to op model only",
"type":"string",
"minLength":"0",
"maxLength":"32"
},
"maxRecordSize":{
"description":"record is truncated or chunked when exceeding this maximum size in bytes",
"type":"integer",
"minimum":"131072",
"maximum":"10485760",
"default":"1048576"
},
"flatten":{
"description":"flattens before and after image columns, applicable to op model only",
"type":"boolean",
"default":false
},
"includeStreamMetadataRecord":{
"description":"includes metadata record describing global information related to the source database and producer",
"type":"boolean",
"default":true
},
"truncateOrChunk":{
"description":"whether to truncate or chunk a record exceeding the maximum record size",
"enum":[
"truncate",
"chunk"
],
"default":"truncate"
}
},
"additionalProperties":false
}
},
"additionalProperties":false
},
{
"enum":[
"json"
]
}
]
},
"$schema":{
"enum":[
"ogg:dataStream"
]
},
"rules":{
"type":"array",
"items":{
"description":"data streaming rule",
"type":"object",
"properties":{
"description":{
"description":"Description for the rule",
"type":"string",
"minLength":"1",
"maxLength":"4095"
},
"filter":{
"description":"data streams rule filter",
"x-oneOf":[
{
"description":"data record object names",
"type":"object",
"properties":{
"objectNames":{
"description":"set of object names",
"type":"array",
"items":{
"description":"Qualified table name where any name component may contain wildcard characters",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
},
"minItems":"1",
"maxItems":"65535"
}
},
"required":[
"objectNames"
],
"additionalProperties":false
},
{
"description":"data record operation types",
"type":"object",
"properties":{
"operationTypes":{
"description":"set of operation types",
"type":"array",
"items":{
"enum":[
"DML",
"DDL",
"INSERT",
"UPDATE",
"UPSERT",
"DELETE"
]
},
"minItems":"1",
"maxItems":"6"
}
},
"required":[
"operationTypes"
],
"additionalProperties":false
},
{
"description":"data record column values",
"type":"object",
"properties":{
"columnValues":{
"description":"set of column values",
"type":"array",
"items":{
"type":"object",
"properties":{
"tableName":{
"description":"name of the table in which the column(s) reside",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
},
"columnName":{
"description":"name of the column",
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
"columnValue":{
"description":"column data, currently only support char and binary integer type",
"x-oneOf":[
{
"type":"string",
"minLength":"0",
"maxLength":"32767"
},
{
"type":"number"
},
{
"type":"null"
}
]
},
"imageType":{
"description":"before or after column image. INSERT only has after image and DELETE only has before image, applies to cases where both before and after images are available.",
"enum":[
"before",
"after"
],
"default":"before"
},
"operator":{
"description":"comparison operator",
"enum":[
"equalTo",
"notEqualTo",
"lessThan",
"lessThanOrEqualTo",
"greaterThan",
"greaterThanOrEqualTo"
],
"default":"equalTo"
}
},
"required":[
"tableName",
"columnName",
"columnValue"
],
"additionalProperties":false
},
"minItems":"1",
"maxItems":"65535"
}
},
"required":[
"columnValues"
],
"additionalProperties":false
},
{
"description":"data record tags",
"type":"object",
"properties":{
"tags":{
"description":"set of binary tags",
"x-oneOf":[
{
"type":"array",
"items":{
"x-oneOf":[
{
"description":"Binary string representing the tag value.",
"type":"object",
"properties":{
"binValue":{
"type":"string",
"pattern":"^[01]{1,2000}$",
"minLength":"1",
"maxLength":"2000"
}
},
"required":[
"binValue"
],
"additionalProperties":false
},
{
"description":"Hexdecimal string representing the tag value.",
"type":"object",
"properties":{
"hexValue":{
"type":"string",
"pattern":"^[A-Fa-f0-9]{1,2000}$",
"minLength":"1",
"maxLength":"2000"
}
},
"required":[
"hexValue"
],
"additionalProperties":false
},
{
"description":"binary tag bitmask value, bitwise AND operation will be performed against the tag associated with the LCR.",
"type":"object",
"properties":{
"binMask":{
"description":"binary string representing the tag mask value.",
"type":"string",
"pattern":"^[01]{1,2000}$",
"minLength":"1",
"maxLength":"2000"
}
},
"required":[
"binMask"
],
"additionalProperties":false
},
{
"description":"Hexdecimal tag bitmask value, bitwise AND operation will be performed against the tag associated with the LCR.",
"type":"object",
"properties":{
"hexMask":{
"description":"Hexdecimal string representing the tag mask value.",
"type":"string",
"pattern":"^[A-Fa-f0-9]{1,2000}$",
"minLength":"1",
"maxLength":"2000"
}
},
"required":[
"hexMask"
],
"additionalProperties":false
}
]
},
"minItems":"1",
"maxItems":"32767"
},
{
"enum":[
"all",
"none"
]
}
]
}
},
"required":[
"tags"
],
"additionalProperties":false
},
{
"description":"data record partition names",
"type":"object",
"properties":{
"partitionNames":{
"description":"set of partition names",
"type":"array",
"items":{
"description":"Qualified partition name where any name component may contain wildcard characters",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"7",
"maxLength":"523"
},
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
},
"minItems":"1",
"maxItems":"65535"
}
},
"required":[
"partitionNames"
],
"additionalProperties":false
},
{
"description":"data record user tokens",
"type":"object",
"properties":{
"userTokens":{
"description":"set of user tokens",
"type":"array",
"items":{
"type":"object",
"properties":{
"tokenName":{
"description":"user token name",
"type":"string",
"minLength":"1",
"maxLength":"30"
},
"tokenValue":{
"description":"user token value",
"type":"string",
"minLength":"1",
"maxLength":"32767"
},
"matchType":{
"description":"how to match the filter value",
"enum":[
"exactCaseSensitive",
"exactCaseInsensitive",
"partialCaseSensitive",
"partialCaseInsensitive"
],
"default":"exactCaseSensistive"
}
},
"required":[
"tokenName",
"tokenValue"
],
"additionalProperties":false
},
"minItems":"1",
"maxItems":"65535"
}
},
"required":[
"userTokens"
],
"additionalProperties":false
}
]
},
"action":{
"enum":[
"include",
"exclude"
]
}
},
"required":[
"filter",
"action"
],
"additionalProperties":false
},
"minItems":"1",
"maxItems":"1024"
},
"source":{
"description":"source endpoint of the data stream.",
"type":"object",
"properties":{
"trail":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[a-zA-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
}
},
"additionalProperties":false
},
"bufferSize":{
"description":"data buffer size in bytes before flush",
"type":"integer",
"minimum":"131072",
"maximum":"10485760",
"default":"1048576"
},
"cloudEventsFormat":{
"description":"data records conform to cloudEvents format",
"type":"boolean",
"default":false
},
"description":{
"description":"Description for the data stream",
"type":"string",
"minLength":"1",
"maxLength":"4096"
}
},
"additionalProperties":false
}
ネストされたスキーマ: encoding
データ・エンコーディング方法
デフォルト値: json
1つに一致
ソースの表示
{
"description":"data encoding method",
"default":"json",
"x-oneOf":[
{
"description":"json encoding configuration",
"type":"object",
"properties":{
"json":{
"type":"object",
"properties":{
"beforeImageName":{
"description":"JSON element name for before image, applicable to op model only",
"type":"string",
"minLength":"1",
"maxLength":"32",
"default":"before"
},
"model":{
"description":"the model of records",
"enum":[
"op",
"row"
],
"default":"op"
},
"maxDDLTextSize":{
"description":"DDL text is truncated when exceeding this maximum size in bytes",
"type":"integer",
"minimum":"1",
"maximum":"4294967295",
"default":"1000000"
},
"omitNullColumnValues":{
"description":"excludes columns with a null value",
"type":"boolean",
"default":false
},
"afterImageName":{
"description":"JSON element name for after image, applicable to op model only",
"type":"string",
"minLength":"1",
"maxLength":"32",
"default":"after"
},
"operationStrings":{
"description":"operation type string values",
"type":"object",
"properties":{
"insertOp":{
"default":"INSERT",
"type":"string",
"minLength":"1",
"maxLength":"32"
},
"updateOp":{
"default":"UPDATE",
"type":"string",
"minLength":"1",
"maxLength":"32"
},
"deleteOp":{
"default":"DELETE",
"type":"string",
"minLength":"1",
"maxLength":"32"
},
"truncateOp":{
"default":"TRUNCATE",
"type":"string",
"minLength":"1",
"maxLength":"32"
},
"upsertOp":{
"default":"UPSERT",
"type":"string",
"minLength":"1",
"maxLength":"32"
},
"ddlOp":{
"default":"DDL",
"type":"string",
"minLength":"1",
"maxLength":"32"
}
},
"additionalProperties":false
},
"$schema":{
"enum":[
"ogg:outputFormatJson"
]
},
"delimiter":{
"description":"delimiter between records",
"type":"string",
"minLength":"0",
"maxLength":"32"
},
"metaFields":{
"description":"specifies metadata to include in records",
"type":"object",
"properties":{
"table":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"pos":{
"default":true,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"opType":{
"default":true,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"opTsMicroSecs":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"opSeqno":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"schema":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"transInd":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"currentTsMicroSecs":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"xid":{
"default":true,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"opTs":{
"default":true,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"env":{
"default":null,
"x-oneOf":[
{
"enum":[
null
]
},
{
"type":"object"
}
]
},
"currentTs":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"qualifiedTable":{
"default":true,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"primaryKeys":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"sys":{
"default":null,
"x-oneOf":[
{
"enum":[
null
]
},
{
"type":"object"
}
]
},
"csn":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"catalog":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"tokens":{
"default":null,
"x-oneOf":[
{
"enum":[
null,
"user",
"ggs",
"all"
]
},
{
"type":"object"
}
]
}
},
"additionalProperties":false
},
"includeJSONSchemaRecord":{
"description":"includes JSONSchema records describing every record in the stream including stream metadata record, object metadata record, DML record, and DDL record",
"type":"boolean",
"default":true
},
"maxLobSize":{
"description":"LOB data is truncated when exceeding this maximum size in bytes",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"default":"64000"
},
"staticFields":{
"description":"specifies fields with static values in records",
"type":"object"
},
"treatAllColumnsAsStrings":{
"description":"writes all column values as strings instead of their native types",
"type":"boolean",
"default":false
},
"includeObjectMetadataRecords":{
"description":"includes metadata records describing a table, such as a list of its columns and types",
"type":"boolean",
"default":true
},
"flattenDelimiter":{
"description":"delimiter for concatenated JSON element names in before and after image columns, applicable to op model only",
"type":"string",
"minLength":"0",
"maxLength":"32"
},
"maxRecordSize":{
"description":"record is truncated or chunked when exceeding this maximum size in bytes",
"type":"integer",
"minimum":"131072",
"maximum":"10485760",
"default":"1048576"
},
"flatten":{
"description":"flattens before and after image columns, applicable to op model only",
"type":"boolean",
"default":false
},
"includeStreamMetadataRecord":{
"description":"includes metadata record describing global information related to the source database and producer",
"type":"boolean",
"default":true
},
"truncateOrChunk":{
"description":"whether to truncate or chunk a record exceeding the maximum record size",
"enum":[
"truncate",
"chunk"
],
"default":"truncate"
}
},
"additionalProperties":false
}
},
"additionalProperties":false
},
{
"enum":[
"json"
]
}
]
}
ネストされたスキーマ: rules
型: array
最小アイテム数: 1
最大アイテム数: 1024
ソースの表示
{
"type":"array",
"items":{
"description":"data streaming rule",
"type":"object",
"properties":{
"description":{
"description":"Description for the rule",
"type":"string",
"minLength":"1",
"maxLength":"4095"
},
"filter":{
"description":"data streams rule filter",
"x-oneOf":[
{
"description":"data record object names",
"type":"object",
"properties":{
"objectNames":{
"description":"set of object names",
"type":"array",
"items":{
"description":"Qualified table name where any name component may contain wildcard characters",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
},
"minItems":"1",
"maxItems":"65535"
}
},
"required":[
"objectNames"
],
"additionalProperties":false
},
{
"description":"data record operation types",
"type":"object",
"properties":{
"operationTypes":{
"description":"set of operation types",
"type":"array",
"items":{
"enum":[
"DML",
"DDL",
"INSERT",
"UPDATE",
"UPSERT",
"DELETE"
]
},
"minItems":"1",
"maxItems":"6"
}
},
"required":[
"operationTypes"
],
"additionalProperties":false
},
{
"description":"data record column values",
"type":"object",
"properties":{
"columnValues":{
"description":"set of column values",
"type":"array",
"items":{
"type":"object",
"properties":{
"tableName":{
"description":"name of the table in which the column(s) reside",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
},
"columnName":{
"description":"name of the column",
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
"columnValue":{
"description":"column data, currently only support char and binary integer type",
"x-oneOf":[
{
"type":"string",
"minLength":"0",
"maxLength":"32767"
},
{
"type":"number"
},
{
"type":"null"
}
]
},
"imageType":{
"description":"before or after column image. INSERT only has after image and DELETE only has before image, applies to cases where both before and after images are available.",
"enum":[
"before",
"after"
],
"default":"before"
},
"operator":{
"description":"comparison operator",
"enum":[
"equalTo",
"notEqualTo",
"lessThan",
"lessThanOrEqualTo",
"greaterThan",
"greaterThanOrEqualTo"
],
"default":"equalTo"
}
},
"required":[
"tableName",
"columnName",
"columnValue"
],
"additionalProperties":false
},
"minItems":"1",
"maxItems":"65535"
}
},
"required":[
"columnValues"
],
"additionalProperties":false
},
{
"description":"data record tags",
"type":"object",
"properties":{
"tags":{
"description":"set of binary tags",
"x-oneOf":[
{
"type":"array",
"items":{
"x-oneOf":[
{
"description":"Binary string representing the tag value.",
"type":"object",
"properties":{
"binValue":{
"type":"string",
"pattern":"^[01]{1,2000}$",
"minLength":"1",
"maxLength":"2000"
}
},
"required":[
"binValue"
],
"additionalProperties":false
},
{
"description":"Hexdecimal string representing the tag value.",
"type":"object",
"properties":{
"hexValue":{
"type":"string",
"pattern":"^[A-Fa-f0-9]{1,2000}$",
"minLength":"1",
"maxLength":"2000"
}
},
"required":[
"hexValue"
],
"additionalProperties":false
},
{
"description":"binary tag bitmask value, bitwise AND operation will be performed against the tag associated with the LCR.",
"type":"object",
"properties":{
"binMask":{
"description":"binary string representing the tag mask value.",
"type":"string",
"pattern":"^[01]{1,2000}$",
"minLength":"1",
"maxLength":"2000"
}
},
"required":[
"binMask"
],
"additionalProperties":false
},
{
"description":"Hexdecimal tag bitmask value, bitwise AND operation will be performed against the tag associated with the LCR.",
"type":"object",
"properties":{
"hexMask":{
"description":"Hexdecimal string representing the tag mask value.",
"type":"string",
"pattern":"^[A-Fa-f0-9]{1,2000}$",
"minLength":"1",
"maxLength":"2000"
}
},
"required":[
"hexMask"
],
"additionalProperties":false
}
]
},
"minItems":"1",
"maxItems":"32767"
},
{
"enum":[
"all",
"none"
]
}
]
}
},
"required":[
"tags"
],
"additionalProperties":false
},
{
"description":"data record partition names",
"type":"object",
"properties":{
"partitionNames":{
"description":"set of partition names",
"type":"array",
"items":{
"description":"Qualified partition name where any name component may contain wildcard characters",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"7",
"maxLength":"523"
},
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
},
"minItems":"1",
"maxItems":"65535"
}
},
"required":[
"partitionNames"
],
"additionalProperties":false
},
{
"description":"data record user tokens",
"type":"object",
"properties":{
"userTokens":{
"description":"set of user tokens",
"type":"array",
"items":{
"type":"object",
"properties":{
"tokenName":{
"description":"user token name",
"type":"string",
"minLength":"1",
"maxLength":"30"
},
"tokenValue":{
"description":"user token value",
"type":"string",
"minLength":"1",
"maxLength":"32767"
},
"matchType":{
"description":"how to match the filter value",
"enum":[
"exactCaseSensitive",
"exactCaseInsensitive",
"partialCaseSensitive",
"partialCaseInsensitive"
],
"default":"exactCaseSensistive"
}
},
"required":[
"tokenName",
"tokenValue"
],
"additionalProperties":false
},
"minItems":"1",
"maxItems":"65535"
}
},
"required":[
"userTokens"
],
"additionalProperties":false
}
]
},
"action":{
"enum":[
"include",
"exclude"
]
}
},
"required":[
"filter",
"action"
],
"additionalProperties":false
},
"minItems":"1",
"maxItems":"1024"
}
ネストされたスキーマ: source
型: object
データ・ストリームのソース・エンドポイント。
ソースの表示
{
"description":"source endpoint of the data stream.",
"type":"object",
"properties":{
"trail":{
"description":"The name of the trail",
"type":"string",
"pattern":"^[a-zA-Z0-9_#$/-]*$",
"minLength":"2",
"maxLength":"512"
},
"path":{
"description":"The path where trail data is stored",
"type":"string",
"minLength":"1",
"maxLength":"4096"
}
},
"additionalProperties":false
}
ネストされたスキーマ: encoding-x-oneOf[0]
型: object
jsonエンコーディング構成
ソースの表示
{
"description":"json encoding configuration",
"type":"object",
"properties":{
"json":{
"type":"object",
"properties":{
"beforeImageName":{
"description":"JSON element name for before image, applicable to op model only",
"type":"string",
"minLength":"1",
"maxLength":"32",
"default":"before"
},
"model":{
"description":"the model of records",
"enum":[
"op",
"row"
],
"default":"op"
},
"maxDDLTextSize":{
"description":"DDL text is truncated when exceeding this maximum size in bytes",
"type":"integer",
"minimum":"1",
"maximum":"4294967295",
"default":"1000000"
},
"omitNullColumnValues":{
"description":"excludes columns with a null value",
"type":"boolean",
"default":false
},
"afterImageName":{
"description":"JSON element name for after image, applicable to op model only",
"type":"string",
"minLength":"1",
"maxLength":"32",
"default":"after"
},
"operationStrings":{
"description":"operation type string values",
"type":"object",
"properties":{
"insertOp":{
"default":"INSERT",
"type":"string",
"minLength":"1",
"maxLength":"32"
},
"updateOp":{
"default":"UPDATE",
"type":"string",
"minLength":"1",
"maxLength":"32"
},
"deleteOp":{
"default":"DELETE",
"type":"string",
"minLength":"1",
"maxLength":"32"
},
"truncateOp":{
"default":"TRUNCATE",
"type":"string",
"minLength":"1",
"maxLength":"32"
},
"upsertOp":{
"default":"UPSERT",
"type":"string",
"minLength":"1",
"maxLength":"32"
},
"ddlOp":{
"default":"DDL",
"type":"string",
"minLength":"1",
"maxLength":"32"
}
},
"additionalProperties":false
},
"$schema":{
"enum":[
"ogg:outputFormatJson"
]
},
"delimiter":{
"description":"delimiter between records",
"type":"string",
"minLength":"0",
"maxLength":"32"
},
"metaFields":{
"description":"specifies metadata to include in records",
"type":"object",
"properties":{
"table":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"pos":{
"default":true,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"opType":{
"default":true,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"opTsMicroSecs":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"opSeqno":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"schema":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"transInd":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"currentTsMicroSecs":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"xid":{
"default":true,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"opTs":{
"default":true,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"env":{
"default":null,
"x-oneOf":[
{
"enum":[
null
]
},
{
"type":"object"
}
]
},
"currentTs":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"qualifiedTable":{
"default":true,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"primaryKeys":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"sys":{
"default":null,
"x-oneOf":[
{
"enum":[
null
]
},
{
"type":"object"
}
]
},
"csn":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"catalog":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"tokens":{
"default":null,
"x-oneOf":[
{
"enum":[
null,
"user",
"ggs",
"all"
]
},
{
"type":"object"
}
]
}
},
"additionalProperties":false
},
"includeJSONSchemaRecord":{
"description":"includes JSONSchema records describing every record in the stream including stream metadata record, object metadata record, DML record, and DDL record",
"type":"boolean",
"default":true
},
"maxLobSize":{
"description":"LOB data is truncated when exceeding this maximum size in bytes",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"default":"64000"
},
"staticFields":{
"description":"specifies fields with static values in records",
"type":"object"
},
"treatAllColumnsAsStrings":{
"description":"writes all column values as strings instead of their native types",
"type":"boolean",
"default":false
},
"includeObjectMetadataRecords":{
"description":"includes metadata records describing a table, such as a list of its columns and types",
"type":"boolean",
"default":true
},
"flattenDelimiter":{
"description":"delimiter for concatenated JSON element names in before and after image columns, applicable to op model only",
"type":"string",
"minLength":"0",
"maxLength":"32"
},
"maxRecordSize":{
"description":"record is truncated or chunked when exceeding this maximum size in bytes",
"type":"integer",
"minimum":"131072",
"maximum":"10485760",
"default":"1048576"
},
"flatten":{
"description":"flattens before and after image columns, applicable to op model only",
"type":"boolean",
"default":false
},
"includeStreamMetadataRecord":{
"description":"includes metadata record describing global information related to the source database and producer",
"type":"boolean",
"default":true
},
"truncateOrChunk":{
"description":"whether to truncate or chunk a record exceeding the maximum record size",
"enum":[
"truncate",
"chunk"
],
"default":"truncate"
}
},
"additionalProperties":false
}
},
"additionalProperties":false
}
ネストされたスキーマ: json
型: object
ソースの表示
{
"type":"object",
"properties":{
"beforeImageName":{
"description":"JSON element name for before image, applicable to op model only",
"type":"string",
"minLength":"1",
"maxLength":"32",
"default":"before"
},
"model":{
"description":"the model of records",
"enum":[
"op",
"row"
],
"default":"op"
},
"maxDDLTextSize":{
"description":"DDL text is truncated when exceeding this maximum size in bytes",
"type":"integer",
"minimum":"1",
"maximum":"4294967295",
"default":"1000000"
},
"omitNullColumnValues":{
"description":"excludes columns with a null value",
"type":"boolean",
"default":false
},
"afterImageName":{
"description":"JSON element name for after image, applicable to op model only",
"type":"string",
"minLength":"1",
"maxLength":"32",
"default":"after"
},
"operationStrings":{
"description":"operation type string values",
"type":"object",
"properties":{
"insertOp":{
"default":"INSERT",
"type":"string",
"minLength":"1",
"maxLength":"32"
},
"updateOp":{
"default":"UPDATE",
"type":"string",
"minLength":"1",
"maxLength":"32"
},
"deleteOp":{
"default":"DELETE",
"type":"string",
"minLength":"1",
"maxLength":"32"
},
"truncateOp":{
"default":"TRUNCATE",
"type":"string",
"minLength":"1",
"maxLength":"32"
},
"upsertOp":{
"default":"UPSERT",
"type":"string",
"minLength":"1",
"maxLength":"32"
},
"ddlOp":{
"default":"DDL",
"type":"string",
"minLength":"1",
"maxLength":"32"
}
},
"additionalProperties":false
},
"$schema":{
"enum":[
"ogg:outputFormatJson"
]
},
"delimiter":{
"description":"delimiter between records",
"type":"string",
"minLength":"0",
"maxLength":"32"
},
"metaFields":{
"description":"specifies metadata to include in records",
"type":"object",
"properties":{
"table":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"pos":{
"default":true,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"opType":{
"default":true,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"opTsMicroSecs":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"opSeqno":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"schema":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"transInd":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"currentTsMicroSecs":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"xid":{
"default":true,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"opTs":{
"default":true,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"env":{
"default":null,
"x-oneOf":[
{
"enum":[
null
]
},
{
"type":"object"
}
]
},
"currentTs":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"qualifiedTable":{
"default":true,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"primaryKeys":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"sys":{
"default":null,
"x-oneOf":[
{
"enum":[
null
]
},
{
"type":"object"
}
]
},
"csn":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"catalog":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"tokens":{
"default":null,
"x-oneOf":[
{
"enum":[
null,
"user",
"ggs",
"all"
]
},
{
"type":"object"
}
]
}
},
"additionalProperties":false
},
"includeJSONSchemaRecord":{
"description":"includes JSONSchema records describing every record in the stream including stream metadata record, object metadata record, DML record, and DDL record",
"type":"boolean",
"default":true
},
"maxLobSize":{
"description":"LOB data is truncated when exceeding this maximum size in bytes",
"type":"integer",
"minimum":"1",
"maximum":"18446744073709552000",
"default":"64000"
},
"staticFields":{
"description":"specifies fields with static values in records",
"type":"object"
},
"treatAllColumnsAsStrings":{
"description":"writes all column values as strings instead of their native types",
"type":"boolean",
"default":false
},
"includeObjectMetadataRecords":{
"description":"includes metadata records describing a table, such as a list of its columns and types",
"type":"boolean",
"default":true
},
"flattenDelimiter":{
"description":"delimiter for concatenated JSON element names in before and after image columns, applicable to op model only",
"type":"string",
"minLength":"0",
"maxLength":"32"
},
"maxRecordSize":{
"description":"record is truncated or chunked when exceeding this maximum size in bytes",
"type":"integer",
"minimum":"131072",
"maximum":"10485760",
"default":"1048576"
},
"flatten":{
"description":"flattens before and after image columns, applicable to op model only",
"type":"boolean",
"default":false
},
"includeStreamMetadataRecord":{
"description":"includes metadata record describing global information related to the source database and producer",
"type":"boolean",
"default":true
},
"truncateOrChunk":{
"description":"whether to truncate or chunk a record exceeding the maximum record size",
"enum":[
"truncate",
"chunk"
],
"default":"truncate"
}
},
"additionalProperties":false
}
ネストされたスキーマ: metaFields
型: object
レコードに含めるメタデータを指定します
ソースの表示
{
"description":"specifies metadata to include in records",
"type":"object",
"properties":{
"table":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"pos":{
"default":true,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"opType":{
"default":true,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"opTsMicroSecs":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"opSeqno":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"schema":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"transInd":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"currentTsMicroSecs":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"xid":{
"default":true,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"opTs":{
"default":true,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"env":{
"default":null,
"x-oneOf":[
{
"enum":[
null
]
},
{
"type":"object"
}
]
},
"currentTs":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"qualifiedTable":{
"default":true,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"primaryKeys":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"sys":{
"default":null,
"x-oneOf":[
{
"enum":[
null
]
},
{
"type":"object"
}
]
},
"csn":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"catalog":{
"default":false,
"x-oneOf":[
{
"type":"boolean"
},
{
"type":"string",
"minLength":"1",
"maxLength":"255"
}
]
},
"tokens":{
"default":null,
"x-oneOf":[
{
"enum":[
null,
"user",
"ggs",
"all"
]
},
{
"type":"object"
}
]
}
},
"additionalProperties":false
}
ネストされたスキーマ: operationStrings
型: object
操作タイプ文字列値
ソースの表示
{
"description":"operation type string values",
"type":"object",
"properties":{
"insertOp":{
"default":"INSERT",
"type":"string",
"minLength":"1",
"maxLength":"32"
},
"updateOp":{
"default":"UPDATE",
"type":"string",
"minLength":"1",
"maxLength":"32"
},
"deleteOp":{
"default":"DELETE",
"type":"string",
"minLength":"1",
"maxLength":"32"
},
"truncateOp":{
"default":"TRUNCATE",
"type":"string",
"minLength":"1",
"maxLength":"32"
},
"upsertOp":{
"default":"UPSERT",
"type":"string",
"minLength":"1",
"maxLength":"32"
},
"ddlOp":{
"default":"DDL",
"type":"string",
"minLength":"1",
"maxLength":"32"
}
},
"additionalProperties":false
}
ネストされたスキーマ: staticFields
型: object
レコードに静的値を含むフィールドを指定します
ネストされたスキーマ: items
型: object
データ・ストリーミング・ルール
ソースの表示
{
"description":"data streaming rule",
"type":"object",
"properties":{
"description":{
"description":"Description for the rule",
"type":"string",
"minLength":"1",
"maxLength":"4095"
},
"filter":{
"description":"data streams rule filter",
"x-oneOf":[
{
"description":"data record object names",
"type":"object",
"properties":{
"objectNames":{
"description":"set of object names",
"type":"array",
"items":{
"description":"Qualified table name where any name component may contain wildcard characters",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
},
"minItems":"1",
"maxItems":"65535"
}
},
"required":[
"objectNames"
],
"additionalProperties":false
},
{
"description":"data record operation types",
"type":"object",
"properties":{
"operationTypes":{
"description":"set of operation types",
"type":"array",
"items":{
"enum":[
"DML",
"DDL",
"INSERT",
"UPDATE",
"UPSERT",
"DELETE"
]
},
"minItems":"1",
"maxItems":"6"
}
},
"required":[
"operationTypes"
],
"additionalProperties":false
},
{
"description":"data record column values",
"type":"object",
"properties":{
"columnValues":{
"description":"set of column values",
"type":"array",
"items":{
"type":"object",
"properties":{
"tableName":{
"description":"name of the table in which the column(s) reside",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
},
"columnName":{
"description":"name of the column",
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
"columnValue":{
"description":"column data, currently only support char and binary integer type",
"x-oneOf":[
{
"type":"string",
"minLength":"0",
"maxLength":"32767"
},
{
"type":"number"
},
{
"type":"null"
}
]
},
"imageType":{
"description":"before or after column image. INSERT only has after image and DELETE only has before image, applies to cases where both before and after images are available.",
"enum":[
"before",
"after"
],
"default":"before"
},
"operator":{
"description":"comparison operator",
"enum":[
"equalTo",
"notEqualTo",
"lessThan",
"lessThanOrEqualTo",
"greaterThan",
"greaterThanOrEqualTo"
],
"default":"equalTo"
}
},
"required":[
"tableName",
"columnName",
"columnValue"
],
"additionalProperties":false
},
"minItems":"1",
"maxItems":"65535"
}
},
"required":[
"columnValues"
],
"additionalProperties":false
},
{
"description":"data record tags",
"type":"object",
"properties":{
"tags":{
"description":"set of binary tags",
"x-oneOf":[
{
"type":"array",
"items":{
"x-oneOf":[
{
"description":"Binary string representing the tag value.",
"type":"object",
"properties":{
"binValue":{
"type":"string",
"pattern":"^[01]{1,2000}$",
"minLength":"1",
"maxLength":"2000"
}
},
"required":[
"binValue"
],
"additionalProperties":false
},
{
"description":"Hexdecimal string representing the tag value.",
"type":"object",
"properties":{
"hexValue":{
"type":"string",
"pattern":"^[A-Fa-f0-9]{1,2000}$",
"minLength":"1",
"maxLength":"2000"
}
},
"required":[
"hexValue"
],
"additionalProperties":false
},
{
"description":"binary tag bitmask value, bitwise AND operation will be performed against the tag associated with the LCR.",
"type":"object",
"properties":{
"binMask":{
"description":"binary string representing the tag mask value.",
"type":"string",
"pattern":"^[01]{1,2000}$",
"minLength":"1",
"maxLength":"2000"
}
},
"required":[
"binMask"
],
"additionalProperties":false
},
{
"description":"Hexdecimal tag bitmask value, bitwise AND operation will be performed against the tag associated with the LCR.",
"type":"object",
"properties":{
"hexMask":{
"description":"Hexdecimal string representing the tag mask value.",
"type":"string",
"pattern":"^[A-Fa-f0-9]{1,2000}$",
"minLength":"1",
"maxLength":"2000"
}
},
"required":[
"hexMask"
],
"additionalProperties":false
}
]
},
"minItems":"1",
"maxItems":"32767"
},
{
"enum":[
"all",
"none"
]
}
]
}
},
"required":[
"tags"
],
"additionalProperties":false
},
{
"description":"data record partition names",
"type":"object",
"properties":{
"partitionNames":{
"description":"set of partition names",
"type":"array",
"items":{
"description":"Qualified partition name where any name component may contain wildcard characters",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"7",
"maxLength":"523"
},
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
},
"minItems":"1",
"maxItems":"65535"
}
},
"required":[
"partitionNames"
],
"additionalProperties":false
},
{
"description":"data record user tokens",
"type":"object",
"properties":{
"userTokens":{
"description":"set of user tokens",
"type":"array",
"items":{
"type":"object",
"properties":{
"tokenName":{
"description":"user token name",
"type":"string",
"minLength":"1",
"maxLength":"30"
},
"tokenValue":{
"description":"user token value",
"type":"string",
"minLength":"1",
"maxLength":"32767"
},
"matchType":{
"description":"how to match the filter value",
"enum":[
"exactCaseSensitive",
"exactCaseInsensitive",
"partialCaseSensitive",
"partialCaseInsensitive"
],
"default":"exactCaseSensistive"
}
},
"required":[
"tokenName",
"tokenValue"
],
"additionalProperties":false
},
"minItems":"1",
"maxItems":"65535"
}
},
"required":[
"userTokens"
],
"additionalProperties":false
}
]
},
"action":{
"enum":[
"include",
"exclude"
]
}
},
"required":[
"filter",
"action"
],
"additionalProperties":false
}
ネストされたスキーマ: filter
データ・ストリーム・ルール・フィルタ
1つに一致
ソースの表示
{
"description":"data streams rule filter",
"x-oneOf":[
{
"description":"data record object names",
"type":"object",
"properties":{
"objectNames":{
"description":"set of object names",
"type":"array",
"items":{
"description":"Qualified table name where any name component may contain wildcard characters",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
},
"minItems":"1",
"maxItems":"65535"
}
},
"required":[
"objectNames"
],
"additionalProperties":false
},
{
"description":"data record operation types",
"type":"object",
"properties":{
"operationTypes":{
"description":"set of operation types",
"type":"array",
"items":{
"enum":[
"DML",
"DDL",
"INSERT",
"UPDATE",
"UPSERT",
"DELETE"
]
},
"minItems":"1",
"maxItems":"6"
}
},
"required":[
"operationTypes"
],
"additionalProperties":false
},
{
"description":"data record column values",
"type":"object",
"properties":{
"columnValues":{
"description":"set of column values",
"type":"array",
"items":{
"type":"object",
"properties":{
"tableName":{
"description":"name of the table in which the column(s) reside",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
},
"columnName":{
"description":"name of the column",
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
"columnValue":{
"description":"column data, currently only support char and binary integer type",
"x-oneOf":[
{
"type":"string",
"minLength":"0",
"maxLength":"32767"
},
{
"type":"number"
},
{
"type":"null"
}
]
},
"imageType":{
"description":"before or after column image. INSERT only has after image and DELETE only has before image, applies to cases where both before and after images are available.",
"enum":[
"before",
"after"
],
"default":"before"
},
"operator":{
"description":"comparison operator",
"enum":[
"equalTo",
"notEqualTo",
"lessThan",
"lessThanOrEqualTo",
"greaterThan",
"greaterThanOrEqualTo"
],
"default":"equalTo"
}
},
"required":[
"tableName",
"columnName",
"columnValue"
],
"additionalProperties":false
},
"minItems":"1",
"maxItems":"65535"
}
},
"required":[
"columnValues"
],
"additionalProperties":false
},
{
"description":"data record tags",
"type":"object",
"properties":{
"tags":{
"description":"set of binary tags",
"x-oneOf":[
{
"type":"array",
"items":{
"x-oneOf":[
{
"description":"Binary string representing the tag value.",
"type":"object",
"properties":{
"binValue":{
"type":"string",
"pattern":"^[01]{1,2000}$",
"minLength":"1",
"maxLength":"2000"
}
},
"required":[
"binValue"
],
"additionalProperties":false
},
{
"description":"Hexdecimal string representing the tag value.",
"type":"object",
"properties":{
"hexValue":{
"type":"string",
"pattern":"^[A-Fa-f0-9]{1,2000}$",
"minLength":"1",
"maxLength":"2000"
}
},
"required":[
"hexValue"
],
"additionalProperties":false
},
{
"description":"binary tag bitmask value, bitwise AND operation will be performed against the tag associated with the LCR.",
"type":"object",
"properties":{
"binMask":{
"description":"binary string representing the tag mask value.",
"type":"string",
"pattern":"^[01]{1,2000}$",
"minLength":"1",
"maxLength":"2000"
}
},
"required":[
"binMask"
],
"additionalProperties":false
},
{
"description":"Hexdecimal tag bitmask value, bitwise AND operation will be performed against the tag associated with the LCR.",
"type":"object",
"properties":{
"hexMask":{
"description":"Hexdecimal string representing the tag mask value.",
"type":"string",
"pattern":"^[A-Fa-f0-9]{1,2000}$",
"minLength":"1",
"maxLength":"2000"
}
},
"required":[
"hexMask"
],
"additionalProperties":false
}
]
},
"minItems":"1",
"maxItems":"32767"
},
{
"enum":[
"all",
"none"
]
}
]
}
},
"required":[
"tags"
],
"additionalProperties":false
},
{
"description":"data record partition names",
"type":"object",
"properties":{
"partitionNames":{
"description":"set of partition names",
"type":"array",
"items":{
"description":"Qualified partition name where any name component may contain wildcard characters",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"7",
"maxLength":"523"
},
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
},
"minItems":"1",
"maxItems":"65535"
}
},
"required":[
"partitionNames"
],
"additionalProperties":false
},
{
"description":"data record user tokens",
"type":"object",
"properties":{
"userTokens":{
"description":"set of user tokens",
"type":"array",
"items":{
"type":"object",
"properties":{
"tokenName":{
"description":"user token name",
"type":"string",
"minLength":"1",
"maxLength":"30"
},
"tokenValue":{
"description":"user token value",
"type":"string",
"minLength":"1",
"maxLength":"32767"
},
"matchType":{
"description":"how to match the filter value",
"enum":[
"exactCaseSensitive",
"exactCaseInsensitive",
"partialCaseSensitive",
"partialCaseInsensitive"
],
"default":"exactCaseSensistive"
}
},
"required":[
"tokenName",
"tokenValue"
],
"additionalProperties":false
},
"minItems":"1",
"maxItems":"65535"
}
},
"required":[
"userTokens"
],
"additionalProperties":false
}
]
}
ネストされたスキーマ: filter-x-oneOf[0]
型: object
データ・レコード・オブジェクト名
ソースの表示
{
"description":"data record object names",
"type":"object",
"properties":{
"objectNames":{
"description":"set of object names",
"type":"array",
"items":{
"description":"Qualified table name where any name component may contain wildcard characters",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
},
"minItems":"1",
"maxItems":"65535"
}
},
"required":[
"objectNames"
],
"additionalProperties":false
}
ネストされたスキーマ: filter-x-oneOf[1]
型: object
データ・レコード操作タイプ
ソースの表示
{
"description":"data record operation types",
"type":"object",
"properties":{
"operationTypes":{
"description":"set of operation types",
"type":"array",
"items":{
"enum":[
"DML",
"DDL",
"INSERT",
"UPDATE",
"UPSERT",
"DELETE"
]
},
"minItems":"1",
"maxItems":"6"
}
},
"required":[
"operationTypes"
],
"additionalProperties":false
}
ネストされたスキーマ: filter-x-oneOf[2]
型: object
データ・レコードの列の値
ソースの表示
{
"description":"data record column values",
"type":"object",
"properties":{
"columnValues":{
"description":"set of column values",
"type":"array",
"items":{
"type":"object",
"properties":{
"tableName":{
"description":"name of the table in which the column(s) reside",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
},
"columnName":{
"description":"name of the column",
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
"columnValue":{
"description":"column data, currently only support char and binary integer type",
"x-oneOf":[
{
"type":"string",
"minLength":"0",
"maxLength":"32767"
},
{
"type":"number"
},
{
"type":"null"
}
]
},
"imageType":{
"description":"before or after column image. INSERT only has after image and DELETE only has before image, applies to cases where both before and after images are available.",
"enum":[
"before",
"after"
],
"default":"before"
},
"operator":{
"description":"comparison operator",
"enum":[
"equalTo",
"notEqualTo",
"lessThan",
"lessThanOrEqualTo",
"greaterThan",
"greaterThanOrEqualTo"
],
"default":"equalTo"
}
},
"required":[
"tableName",
"columnName",
"columnValue"
],
"additionalProperties":false
},
"minItems":"1",
"maxItems":"65535"
}
},
"required":[
"columnValues"
],
"additionalProperties":false
}
ネストされたスキーマ: filter-x-oneOf[3]
型: object
データ・レコードのタグ
ソースの表示
{
"description":"data record tags",
"type":"object",
"properties":{
"tags":{
"description":"set of binary tags",
"x-oneOf":[
{
"type":"array",
"items":{
"x-oneOf":[
{
"description":"Binary string representing the tag value.",
"type":"object",
"properties":{
"binValue":{
"type":"string",
"pattern":"^[01]{1,2000}$",
"minLength":"1",
"maxLength":"2000"
}
},
"required":[
"binValue"
],
"additionalProperties":false
},
{
"description":"Hexdecimal string representing the tag value.",
"type":"object",
"properties":{
"hexValue":{
"type":"string",
"pattern":"^[A-Fa-f0-9]{1,2000}$",
"minLength":"1",
"maxLength":"2000"
}
},
"required":[
"hexValue"
],
"additionalProperties":false
},
{
"description":"binary tag bitmask value, bitwise AND operation will be performed against the tag associated with the LCR.",
"type":"object",
"properties":{
"binMask":{
"description":"binary string representing the tag mask value.",
"type":"string",
"pattern":"^[01]{1,2000}$",
"minLength":"1",
"maxLength":"2000"
}
},
"required":[
"binMask"
],
"additionalProperties":false
},
{
"description":"Hexdecimal tag bitmask value, bitwise AND operation will be performed against the tag associated with the LCR.",
"type":"object",
"properties":{
"hexMask":{
"description":"Hexdecimal string representing the tag mask value.",
"type":"string",
"pattern":"^[A-Fa-f0-9]{1,2000}$",
"minLength":"1",
"maxLength":"2000"
}
},
"required":[
"hexMask"
],
"additionalProperties":false
}
]
},
"minItems":"1",
"maxItems":"32767"
},
{
"enum":[
"all",
"none"
]
}
]
}
},
"required":[
"tags"
],
"additionalProperties":false
}
ネストされたスキーマ: filter-x-oneOf[4]
型: object
データ・レコードのパーティション名
ソースの表示
{
"description":"data record partition names",
"type":"object",
"properties":{
"partitionNames":{
"description":"set of partition names",
"type":"array",
"items":{
"description":"Qualified partition name where any name component may contain wildcard characters",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"7",
"maxLength":"523"
},
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
},
"minItems":"1",
"maxItems":"65535"
}
},
"required":[
"partitionNames"
],
"additionalProperties":false
}
ネストされたスキーマ: filter-x-oneOf[5]
型: object
データ・レコードのユーザー・トークン
ソースの表示
{
"description":"data record user tokens",
"type":"object",
"properties":{
"userTokens":{
"description":"set of user tokens",
"type":"array",
"items":{
"type":"object",
"properties":{
"tokenName":{
"description":"user token name",
"type":"string",
"minLength":"1",
"maxLength":"30"
},
"tokenValue":{
"description":"user token value",
"type":"string",
"minLength":"1",
"maxLength":"32767"
},
"matchType":{
"description":"how to match the filter value",
"enum":[
"exactCaseSensitive",
"exactCaseInsensitive",
"partialCaseSensitive",
"partialCaseInsensitive"
],
"default":"exactCaseSensistive"
}
},
"required":[
"tokenName",
"tokenValue"
],
"additionalProperties":false
},
"minItems":"1",
"maxItems":"65535"
}
},
"required":[
"userTokens"
],
"additionalProperties":false
}
ネストされたスキーマ: objectNames
型: array
最小アイテム数: 1
最大アイテム数: 65535
一連のオブジェクト名
ソースの表示
- 配列: items
修飾された表名(すべての名前コンポーネントがワイルドカード文字を含むことができる)
{
"description":"set of object names",
"type":"array",
"items":{
"description":"Qualified table name where any name component may contain wildcard characters",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
},
"minItems":"1",
"maxItems":"65535"
}
ネストされたスキーマ: items
修飾された表名(すべての名前コンポーネントがワイルドカード文字を含むことができる)
いずれかに一致
ソースの表示
- string
最小長: 3
最大長: 261
パターン: ^([^."]{1,128}|["].{1,128}["])[.]([^."]{1,128}|["].{1,128}["])$
- string
最小長: 5
最大長: 392
パターン: ^([^."]{1,128}|["].{1,128}["])[.]([^."]{1,128}|["].{1,128}["])[.]([^."]{1,128}|["].{1,128}["])$
{
"description":"Qualified table name where any name component may contain wildcard characters",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
ネストされたスキーマ: operationTypes
型: array
最小アイテム数: 1
最大アイテム数: 6
操作タイプのセット
ソースの表示
- 配列:
指定できる値: [ "DML", "DDL", "INSERT", "UPDATE", "UPSERT", "DELETE" ]
{
"description":"set of operation types",
"type":"array",
"items":{
"enum":[
"DML",
"DDL",
"INSERT",
"UPDATE",
"UPSERT",
"DELETE"
]
},
"minItems":"1",
"maxItems":"6"
}
ネストされたスキーマ: columnValues
型: array
最小アイテム数: 1
最大アイテム数: 65535
一連の列値
ソースの表示
{
"description":"set of column values",
"type":"array",
"items":{
"type":"object",
"properties":{
"tableName":{
"description":"name of the table in which the column(s) reside",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
},
"columnName":{
"description":"name of the column",
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
"columnValue":{
"description":"column data, currently only support char and binary integer type",
"x-oneOf":[
{
"type":"string",
"minLength":"0",
"maxLength":"32767"
},
{
"type":"number"
},
{
"type":"null"
}
]
},
"imageType":{
"description":"before or after column image. INSERT only has after image and DELETE only has before image, applies to cases where both before and after images are available.",
"enum":[
"before",
"after"
],
"default":"before"
},
"operator":{
"description":"comparison operator",
"enum":[
"equalTo",
"notEqualTo",
"lessThan",
"lessThanOrEqualTo",
"greaterThan",
"greaterThanOrEqualTo"
],
"default":"equalTo"
}
},
"required":[
"tableName",
"columnName",
"columnValue"
],
"additionalProperties":false
},
"minItems":"1",
"maxItems":"65535"
}
ネストされたスキーマ: items
型: object
ソースの表示
- columnName(必須): string
最小長: 1
最大長: 130
パターン: ^([^.*?"]{1,128}|["].{1,128}["])$
列の名前
- columnValue(必須): columnValue
列データ。現在は文字と2進整数の型のみがサポートされています
- imageType:
デフォルト値: before
指定できる値: [ "before", "after" ]
列のビフォア・イメージまたはアフター・イメージ。INSERTはアフター・イメージのみ、DELETEはビフォア・イメージのみです。ビフォア・イメージとアフター・イメージの両方があるケースに適用されます。
- operator:
デフォルト値: equalTo
指定できる値: [ "equalTo", "notEqualTo", "lessThan", "lessThanOrEqualTo", "greaterThan", "greaterThanOrEqualTo" ]
比較演算子
- tableName(必須): tableName
{
"type":"object",
"properties":{
"tableName":{
"description":"name of the table in which the column(s) reside",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
},
"columnName":{
"description":"name of the column",
"type":"string",
"pattern":"^([^.*?\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"1",
"maxLength":"130"
},
"columnValue":{
"description":"column data, currently only support char and binary integer type",
"x-oneOf":[
{
"type":"string",
"minLength":"0",
"maxLength":"32767"
},
{
"type":"number"
},
{
"type":"null"
}
]
},
"imageType":{
"description":"before or after column image. INSERT only has after image and DELETE only has before image, applies to cases where both before and after images are available.",
"enum":[
"before",
"after"
],
"default":"before"
},
"operator":{
"description":"comparison operator",
"enum":[
"equalTo",
"notEqualTo",
"lessThan",
"lessThanOrEqualTo",
"greaterThan",
"greaterThanOrEqualTo"
],
"default":"equalTo"
}
},
"required":[
"tableName",
"columnName",
"columnValue"
],
"additionalProperties":false
}
ネストされたスキーマ: columnValue
列データ。現在は文字と2進整数の型のみがサポートされています
1つに一致
ソースの表示
{
"description":"column data, currently only support char and binary integer type",
"x-oneOf":[
{
"type":"string",
"minLength":"0",
"maxLength":"32767"
},
{
"type":"number"
},
{
"type":"null"
}
]
}
ネストされたスキーマ: tableName
列が存在する表の名前
いずれかに一致
ソースの表示
- string
最小長: 3
最大長: 261
パターン: ^([^."]{1,128}|["].{1,128}["])[.]([^."]{1,128}|["].{1,128}["])$
- string
最小長: 5
最大長: 392
パターン: ^([^."]{1,128}|["].{1,128}["])[.]([^."]{1,128}|["].{1,128}["])[.]([^."]{1,128}|["].{1,128}["])$
{
"description":"name of the table in which the column(s) reside",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"3",
"maxLength":"261"
},
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
ネストされたスキーマ: tags
バイナリ・タグのセット
1つに一致
ソースの表示
{
"description":"set of binary tags",
"x-oneOf":[
{
"type":"array",
"items":{
"x-oneOf":[
{
"description":"Binary string representing the tag value.",
"type":"object",
"properties":{
"binValue":{
"type":"string",
"pattern":"^[01]{1,2000}$",
"minLength":"1",
"maxLength":"2000"
}
},
"required":[
"binValue"
],
"additionalProperties":false
},
{
"description":"Hexdecimal string representing the tag value.",
"type":"object",
"properties":{
"hexValue":{
"type":"string",
"pattern":"^[A-Fa-f0-9]{1,2000}$",
"minLength":"1",
"maxLength":"2000"
}
},
"required":[
"hexValue"
],
"additionalProperties":false
},
{
"description":"binary tag bitmask value, bitwise AND operation will be performed against the tag associated with the LCR.",
"type":"object",
"properties":{
"binMask":{
"description":"binary string representing the tag mask value.",
"type":"string",
"pattern":"^[01]{1,2000}$",
"minLength":"1",
"maxLength":"2000"
}
},
"required":[
"binMask"
],
"additionalProperties":false
},
{
"description":"Hexdecimal tag bitmask value, bitwise AND operation will be performed against the tag associated with the LCR.",
"type":"object",
"properties":{
"hexMask":{
"description":"Hexdecimal string representing the tag mask value.",
"type":"string",
"pattern":"^[A-Fa-f0-9]{1,2000}$",
"minLength":"1",
"maxLength":"2000"
}
},
"required":[
"hexMask"
],
"additionalProperties":false
}
]
},
"minItems":"1",
"maxItems":"32767"
},
{
"enum":[
"all",
"none"
]
}
]
}
ネストされたスキーマ: tags-x-oneOf[0]
型: array
最小アイテム数: 1
最大アイテム数: 32767
ソースの表示
{
"type":"array",
"items":{
"x-oneOf":[
{
"description":"Binary string representing the tag value.",
"type":"object",
"properties":{
"binValue":{
"type":"string",
"pattern":"^[01]{1,2000}$",
"minLength":"1",
"maxLength":"2000"
}
},
"required":[
"binValue"
],
"additionalProperties":false
},
{
"description":"Hexdecimal string representing the tag value.",
"type":"object",
"properties":{
"hexValue":{
"type":"string",
"pattern":"^[A-Fa-f0-9]{1,2000}$",
"minLength":"1",
"maxLength":"2000"
}
},
"required":[
"hexValue"
],
"additionalProperties":false
},
{
"description":"binary tag bitmask value, bitwise AND operation will be performed against the tag associated with the LCR.",
"type":"object",
"properties":{
"binMask":{
"description":"binary string representing the tag mask value.",
"type":"string",
"pattern":"^[01]{1,2000}$",
"minLength":"1",
"maxLength":"2000"
}
},
"required":[
"binMask"
],
"additionalProperties":false
},
{
"description":"Hexdecimal tag bitmask value, bitwise AND operation will be performed against the tag associated with the LCR.",
"type":"object",
"properties":{
"hexMask":{
"description":"Hexdecimal string representing the tag mask value.",
"type":"string",
"pattern":"^[A-Fa-f0-9]{1,2000}$",
"minLength":"1",
"maxLength":"2000"
}
},
"required":[
"hexMask"
],
"additionalProperties":false
}
]
},
"minItems":"1",
"maxItems":"32767"
}
ネストされたスキーマ: partitionNames
型: array
最小アイテム数: 1
最大アイテム数: 65535
一連のパーティション名
ソースの表示
- 配列: items
修飾されたパーティション名(すべての名前コンポーネントがワイルドカード文字を含むことができる)
{
"description":"set of partition names",
"type":"array",
"items":{
"description":"Qualified partition name where any name component may contain wildcard characters",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"7",
"maxLength":"523"
},
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
},
"minItems":"1",
"maxItems":"65535"
}
ネストされたスキーマ: items
修飾されたパーティション名(すべての名前コンポーネントがワイルドカード文字を含むことができる)
いずれかに一致
ソースの表示
- string
最小長: 7
最大長: 523
パターン: ^([^."]{1,128}|["].{1,128}["])[.]([^."]{1,128}|["].{1,128}["])[.]([^."]{1,128}|["].{1,128}["])[.]([^."]{1,128}|["].{1,128}["])$
- string
最小長: 5
最大長: 392
パターン: ^([^."]{1,128}|["].{1,128}["])[.]([^."]{1,128}|["].{1,128}["])[.]([^."]{1,128}|["].{1,128}["])$
{
"description":"Qualified partition name where any name component may contain wildcard characters",
"x-anyOf":[
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"7",
"maxLength":"523"
},
{
"type":"string",
"pattern":"^([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])[.]([^.\"]{1,128}|[\"].{1,128}[\"])$",
"minLength":"5",
"maxLength":"392"
}
]
}
ネストされたスキーマ: userTokens
型: array
最小アイテム数: 1
最大アイテム数: 65535
ユーザー・トークンのセット
ソースの表示
{
"description":"set of user tokens",
"type":"array",
"items":{
"type":"object",
"properties":{
"tokenName":{
"description":"user token name",
"type":"string",
"minLength":"1",
"maxLength":"30"
},
"tokenValue":{
"description":"user token value",
"type":"string",
"minLength":"1",
"maxLength":"32767"
},
"matchType":{
"description":"how to match the filter value",
"enum":[
"exactCaseSensitive",
"exactCaseInsensitive",
"partialCaseSensitive",
"partialCaseInsensitive"
],
"default":"exactCaseSensistive"
}
},
"required":[
"tokenName",
"tokenValue"
],
"additionalProperties":false
},
"minItems":"1",
"maxItems":"65535"
}
ネストされたスキーマ: items
型: object
ソースの表示
{
"type":"object",
"properties":{
"tokenName":{
"description":"user token name",
"type":"string",
"minLength":"1",
"maxLength":"30"
},
"tokenValue":{
"description":"user token value",
"type":"string",
"minLength":"1",
"maxLength":"32767"
},
"matchType":{
"description":"how to match the filter value",
"enum":[
"exactCaseSensitive",
"exactCaseInsensitive",
"partialCaseSensitive",
"partialCaseInsensitive"
],
"default":"exactCaseSensistive"
}
},
"required":[
"tokenName",
"tokenValue"
],
"additionalProperties":false
}