Class AzureConfiguration


  • public class AzureConfiguration
    extends Object
    • Field Detail

      • DEFAULT_DOCUMENT_LABEL_FIELDS

        public static final List<String> DEFAULT_DOCUMENT_LABEL_FIELDS
      • logLevel

        private String logLevel
      • userAgent

        private String userAgent
      • machineId

        private String machineId
      • product

        private String product
      • version

        private String version
      • sessionId

        private String sessionId
      • databasePasswordSaveType

        private String databasePasswordSaveType
      • telemetryEnabled

        private Boolean telemetryEnabled
      • functionCoreToolsPath

        private String functionCoreToolsPath
      • azureCliPath

        private String azureCliPath
      • dotnetRuntimePath

        private String dotnetRuntimePath
      • storageExplorerPath

        private String storageExplorerPath
      • proxySource

        private String proxySource
      • httpProxyHost

        private String httpProxyHost
      • httpProxyPort

        private int httpProxyPort
      • proxyUsername

        private String proxyUsername
      • proxyPassword

        private String proxyPassword
      • pageSize

        private int pageSize
      • documentsLabelFields

        private List<String> documentsLabelFields
      • monitorQueryRowNumber

        private int monitorQueryRowNumber
      • authPersistenceEnabled

        private boolean authPersistenceEnabled
      • eventHubsConsumerGroup

        private String eventHubsConsumerGroup
      • azuritePath

        private String azuritePath
      • azuriteWorkspace

        private String azuriteWorkspace
      • enableLeaseMode

        private Boolean enableLeaseMode
      • enablePreloading

        private Boolean enablePreloading
    • Constructor Detail

      • AzureConfiguration

        public AzureConfiguration()
    • Method Detail

      • setProxyInfo

        public void setProxyInfo​(ProxyInfo proxy)