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 StringgetContainer()StringgetPrefix()voidsetContainer(String container)voidsetPrefix(String prefix)
-