Class ConfigSourceInfo
配置源信息(用于序列化和 API 响应)
public sealed class ConfigSourceInfo
- Inheritance
-
ConfigSourceInfo
- Inherited Members
Properties
IsPrimaryWriter
是否为主写入源
public bool IsPrimaryWriter { get; init; }
Property Value
IsWriteable
是否可写
public bool IsWriteable { get; init; }
Property Value
KeyCount
配置项数量(所有叶子节点的总数)
public int KeyCount { get; init; }
Property Value
Level
配置源层级(优先级,数字越大优先级越高)
public int Level { get; init; }
Property Value
Name
配置源名称(同一层级内唯一)
public string Name { get; init; }
Property Value
TopLevelKeyCount
顶级配置键数量(只统计第一层节点)
public int TopLevelKeyCount { get; init; }
Property Value
Type
配置源类型名称
public string Type { get; init; }