Package org.apache.druid.storage.azure
Class AzureDataSegmentConfig
- java.lang.Object
-
- org.apache.druid.storage.azure.AzureDataSegmentConfig
-
public class AzureDataSegmentConfig extends Object
Stores the configuration for segments written to Azure deep storage
-
-
Constructor Summary
Constructors Constructor Description AzureDataSegmentConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContainer()
String
getPrefix()
void
setContainer(String container)
void
setPrefix(String prefix)
-