tech.ydb.export.result.ExportToYtResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ydb-sdk-export Show documentation
Show all versions of ydb-sdk-export Show documentation
Export client implementation
package tech.ydb.export.result;
import tech.ydb.proto.export.YdbExport;
public class ExportToYtResult {
public ExportToYtResult(YdbExport.ExportToYtResult exportToYtResult) {
// do nothing
}
}