Class AppConfigurationConstants

java.lang.Object
com.azure.spring.cloud.config.AppConfigurationConstants

public class AppConfigurationConstants extends Object
Constants used for processing Azure App Configuration Config info.
  • Field Details

    • FEATURE_FLAG_CONTENT_TYPE

      public static final String FEATURE_FLAG_CONTENT_TYPE
      App Configurations Feature Flag Content Type
      See Also:
    • KEY_VAULT_CONTENT_TYPE

      public static final String KEY_VAULT_CONTENT_TYPE
      App Configurations Key Vault Reference Content Type
      See Also:
    • DYNAMIC_FEATURE_CONTENT_TYPE

      public static final String DYNAMIC_FEATURE_CONTENT_TYPE
      App Configurations Dynamic Feature Content Type
      See Also:
    • AZURE_APP_CONFIGURATION_FEATURE_MANAGEMENT_SCHEMA_VERSION

      public static final String AZURE_APP_CONFIGURATION_FEATURE_MANAGEMENT_SCHEMA_VERSION
      Environment variable name for the feature management schema
      See Also:
    • FEATURE_MANAGEMENT_KEY_V1

      public static final String FEATURE_MANAGEMENT_KEY_V1
      Feature Management Key Prefix V1 Schema
      See Also:
    • FEATURE_MANAGEMENT_KEY_V2

      public static final String FEATURE_MANAGEMENT_KEY_V2
      Feature Management Key Prefix V2 Schema
      See Also:
    • FEATURE_MANAGEMENT_V1_SCHEMA

      public static final Integer FEATURE_MANAGEMENT_V1_SCHEMA
      Value of Feature Management Schema V1
    • FEATURE_MANAGEMENT_V2_SCHEMA

      public static final Integer FEATURE_MANAGEMENT_V2_SCHEMA
      Value of Feature Management Schema V2
    • DYNAMIC_FEATURE_KEY

      public static final String DYNAMIC_FEATURE_KEY
      Prefix for Dynamic Feature property keys names
      See Also:
    • FEATURE_FLAG_PREFIX

      public static final String FEATURE_FLAG_PREFIX
      Feature Flag Prefix
      See Also:
    • FEATURE_STORE_SUFFIX

      public static final String FEATURE_STORE_SUFFIX
      Feature Store Prefix
      See Also:
    • FEATURE_STORE_WATCH_KEY

      public static final String FEATURE_STORE_WATCH_KEY
      Key for returning all feature flags
      See Also:
    • DEV_ENV_TRACING

      public static final String DEV_ENV_TRACING
      Constant for tracing if the library is being used with a dev profile.
      See Also:
    • KEY_VAULT_CONFIGURED_TRACING

      public static final String KEY_VAULT_CONFIGURED_TRACING
      Constant for tracing if Key Vault is configured for use.
      See Also:
    • USER_AGENT_TYPE

      public static final String USER_AGENT_TYPE
      Http Header User Agent
      See Also:
    • CORRELATION_CONTEXT

      public static final String CORRELATION_CONTEXT
      Http Header Correlation Context
      See Also:
    • EMPTY_LABEL

      public static final String EMPTY_LABEL
      Configuration Label for loading configurations with no label.
      See Also:
  • Constructor Details

    • AppConfigurationConstants

      public AppConfigurationConstants()