Package org.apache.druid.storage.azure
Class AzureTaskLogsConfig
- java.lang.Object
-
- org.apache.druid.storage.azure.AzureTaskLogsConfig
-
public class AzureTaskLogsConfig extends Object
Stores the configuration for writing task logs to Azure .
-
-
Constructor Summary
Constructors Constructor Description AzureTaskLogsConfig()
AzureTaskLogsConfig(String container, String prefix, int maxTries)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContainer()
int
getMaxTries()
String
getPrefix()
-