github.com/ydb-platform/ydb-go-sdk/v3@v3.89.2/operation/kind.go (about)

     1  package operation
     2  
     3  const (
     4  	kindExecuteQuery = "scriptexec"
     5  	kindBuildIndex   = "buildindex"
     6  	kindImportFromS3 = "import/s3"
     7  	kindExportToS3   = "export/s3"
     8  	kindExportToYT   = "export/yt"
     9  )