SettingFields Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fields to retrieve from a configuration setting.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum SettingFields
[<System.Flags>]
type SettingFields =
Public Enum SettingFields
- Inheritance
-
SettingFields
- Attributes
Fields
Name | Value | Description |
---|---|---|
Key | 1 | The primary identifier of a configuration setting. |
Label | 2 | A label used to group configuration settings. |
Value | 4 | The value of the configuration setting. |
ContentType | 8 | The content type of the configuration setting's value. |
ETag | 16 | An ETag indicating the version of a configuration setting within a configuration store. |
LastModified | 32 | >The last time a modifying operation was performed on the given configuration setting. |
IsReadOnly | 64 | A value indicating whether the configuration setting is read-only. |
Tags | 128 | A dictionary of tags that can help identify what a configuration setting may be applicable for. |
All | 4294967295 | Allows for all the properties of a ConfigurationSetting to be retrieved. |
Applies to
Azure SDK for .NET