a.clickzetta-java.1.3.15.source-code.file_system.proto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clickzetta-java Show documentation
Show all versions of clickzetta-java Show documentation
The java SDK for clickzetta's Lakehouse
syntax = "proto3";
package cz.proto;
enum FileSystemType {
LOCAL = 0;
OSS = 1;
CACHE = 2;
RPC = 3;
COS = 4;
HDFS = 5;
S3 = 6;
GCS = 7;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy