ConfigurationsClientOptions Class

  • java.lang.Object
    • com.microsoft.azure.sdk.iot.service.configurations.ConfigurationsClientOptions

public class ConfigurationsClientOptions

Configurable options for all configurations client operations

Field Summary

Modifier and Type Field and Description
final Integer DEFAULT_HTTP_CONNECT_TIMEOUT_SECONDS
final Integer DEFAULT_HTTP_READ_TIMEOUT_SECONDS

Field Details

DEFAULT_HTTP_CONNECT_TIMEOUT_SECONDS

protected static final Integer DEFAULT_HTTP_CONNECT_TIMEOUT_SECONDS= 24

DEFAULT_HTTP_READ_TIMEOUT_SECONDS

protected static final Integer DEFAULT_HTTP_READ_TIMEOUT_SECONDS= 24

Applies to