Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.06 KB

ImportOperationRequest.md

File metadata and controls

19 lines (16 loc) · 1.06 KB

ImportOperationRequest

Properties

Name Type Description Notes
Type_ string has to be set to 'import' [default to null]
Keyspace string [optional] [default to null]
Table string [optional] [default to null]
SourceDir string [default to null]
KeepLevel bool [optional] [default to null]
KeepRepaired bool [optional] [default to null]
NoVerify bool [optional] [default to null]
NoVerifyTokens bool [optional] [default to null]
NoInvalidateCaches bool [optional] [default to null]
Quick bool defaults to false, if true, noVerifyTokens, noInvalidateCaches and noVerify will be set to true automatically [optional] [default to null]
ExtendedVerify bool [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]