public class ClientStore extends Object
| Constructor and Description |
|---|
ClientStore(AppConfigurationProviderProperties appProperties,
ConnectionPool pool,
AppConfigurationCredentialProvider tokenCredentialProvider,
ConfigurationClientBuilderSetup clientProvider) |
| Modifier and Type | Method and Description |
|---|---|
com.azure.data.appconfiguration.models.ConfigurationSetting |
getWatchKey(com.azure.data.appconfiguration.models.SettingSelector settingSelector,
String storeName)
Gets the Configuration Setting for the given config store that match the Setting Selector
criteria.
|
List<com.azure.data.appconfiguration.models.ConfigurationSetting> |
listSettings(com.azure.data.appconfiguration.models.SettingSelector settingSelector,
String storeName)
Gets a list of Configuration Settings from the given config store that match the Setting Selector criteria.
|
public ClientStore(AppConfigurationProviderProperties appProperties, ConnectionPool pool, AppConfigurationCredentialProvider tokenCredentialProvider, ConfigurationClientBuilderSetup clientProvider)
public final com.azure.data.appconfiguration.models.ConfigurationSetting getWatchKey(com.azure.data.appconfiguration.models.SettingSelector settingSelector,
String storeName)
settingSelector - Information on which setting to pull. i.e. number of results, key value...storeName - Name of the App Configuration store to query against.public final List<com.azure.data.appconfiguration.models.ConfigurationSetting> listSettings(com.azure.data.appconfiguration.models.SettingSelector settingSelector, String storeName)
settingSelector - Information on which setting to pull. i.e. number of results, key value...storeName - Name of the App Configuration store to query against.Copyright © 2021 Microsoft Corporation. All rights reserved.