You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/types.ts
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,15 @@ export type SettingSelector = {
29
29
* @defaultValue `LabelFilter.Null`, matching key-values without a label.
30
30
*/
31
31
labelFilter?: string
32
+
33
+
/**
34
+
* The name of snapshot to load from App Configuration.
35
+
*
36
+
* @remarks
37
+
* Snapshot is a set of key-values selected from the App Configuration store based on the composition type and filters. Once created, it is stored as an immutable entity that can be referenced by name.
38
+
* If snapshot name is used in a selector, no key and label filter should be used for it. Otherwise, an exception will be thrown.
0 commit comments