| Package | Description |
|---|---|
| com.microsoft.azure.spring.cloud.config | |
| com.microsoft.azure.spring.cloud.config.domain |
| Modifier and Type | Method and Description |
|---|---|
String |
RestAPIBuilder.buildKVApi(QueryOptions options)
Build REST API for kv request, depending on the query options, the URI built can be different.
|
String |
RestAPIBuilder.buildRevisionsApi(QueryOptions options) |
List<KeyValueItem> |
ConfigServiceTemplate.getKeys(String storeName,
QueryOptions options) |
List<KeyValueItem> |
ConfigServiceOperations.getKeys(String storeName,
QueryOptions queryOptions)
Find all key-value items which key name is prefixed with
keyPattern for given store. |
List<KeyValueItem> |
ConfigServiceTemplate.getRevisions(String storeName,
QueryOptions options) |
List<KeyValueItem> |
ConfigServiceOperations.getRevisions(String storeName,
QueryOptions queryOptions)
List chronological/historical representation of KeyValue resource(s)
|
| Modifier and Type | Method and Description |
|---|---|
QueryOptions |
QueryOptions.withFields(List<QueryField> fields) |
QueryOptions |
QueryOptions.withFields(QueryField field) |
QueryOptions |
QueryOptions.withKeyNames(List<String> keyNames) |
QueryOptions |
QueryOptions.withKeyNames(String keyName) |
QueryOptions |
QueryOptions.withLabels(List<String> labels) |
QueryOptions |
QueryOptions.withLabels(String labels) |
QueryOptions |
QueryOptions.withRange(int startItem,
int endItem) |
QueryOptions |
QueryOptions.withRange(Range range) |
QueryOptions |
QueryOptions.withSortField(QueryField field) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.