Airbyte Kotlin Bulk CDK
Toggle table of contents
0.1.92
jvm
Platform filter
jvm
Switch theme
Search in API
Airbyte Kotlin Bulk CDK
bulk-cdk-toolkit-extract-jdbc
/
io.airbyte.cdk.read
/
FromSample
From
Sample
data
class
FromSample
(
val
name
:
String
,
val
namespace
:
String
?
,
val
sampleRateInvPow2
:
Int
,
val
sampleSize
:
Int
,
val
where
:
WhereNode
?
=
null
)
:
FromNode
Members
Constructors
From
Sample
Link copied to clipboard
constructor
(
name
:
String
,
namespace
:
String
?
,
sampleRateInvPow2
:
Int
,
sampleSize
:
Int
,
where
:
WhereNode
?
=
null
)
Properties
name
Link copied to clipboard
val
name
:
String
namespace
Link copied to clipboard
val
namespace
:
String
?
sample
Rate
Link copied to clipboard
val
sampleRate
:
BigDecimal
sample
Rate
Inv
Link copied to clipboard
val
sampleRateInv
:
Long
sample
Rate
Inv
Pow2
Link copied to clipboard
val
sampleRateInvPow2
:
Int
sample
Rate
Percentage
Link copied to clipboard
val
sampleRatePercentage
:
BigDecimal
sample
Size
Link copied to clipboard
val
sampleSize
:
Int
where
Link copied to clipboard
val
where
:
WhereNode
?
=
null