Class GetConfigurationByAppAndIdentifierResponse
- Namespace
- OpenSettings.Models.Responses
- Assembly
- OpenSettings.dll
public class GetConfigurationByAppAndIdentifierResponse
- Inheritance
-
GetConfigurationByAppAndIdentifierResponse
- Inherited Members
Properties
Consumer
public ConfigurationConsumer Consumer { get; set; }
Property Value
Id
public string Id { get; set; }
Property Value
IgnoreOnFileChange
public bool IgnoreOnFileChange { get; set; }
Property Value
Provider
public ConfigurationProvider Provider { get; set; }
Property Value
RegistrationMode
public RegistrationMode RegistrationMode { get; set; }
Property Value
RowVersion
public byte[] RowVersion { get; set; }
Property Value
- byte[]
StoreInSeparateFile
public bool StoreInSeparateFile { get; set; }