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-core-extract
/
io.airbyte.cdk.output
/
InvalidCursor
Invalid
Cursor
data
class
InvalidCursor
(
val
streamID
:
StreamIdentifier
,
val
cursor
:
String
)
:
CatalogValidationFailure
Members
Constructors
Invalid
Cursor
Link copied to clipboard
constructor
(
streamID
:
StreamIdentifier
,
cursor
:
String
)
Properties
cursor
Link copied to clipboard
val
cursor
:
String
stream
ID
Link copied to clipboard
open
override
val
streamID
:
StreamIdentifier