Table of Contents

Class ConfigSourceInfo

Namespace
Apq.Cfg.Sources
Assembly
Apq.Cfg.dll

配置源信息(用于序列化和 API 响应)

public sealed class ConfigSourceInfo
Inheritance
ConfigSourceInfo
Inherited Members

Properties

IsPrimaryWriter

是否为主写入源

public bool IsPrimaryWriter { get; init; }

Property Value

bool

IsWriteable

是否可写

public bool IsWriteable { get; init; }

Property Value

bool

KeyCount

配置项数量(所有叶子节点的总数)

public int KeyCount { get; init; }

Property Value

int

Level

配置源层级(优先级,数字越大优先级越高)

public int Level { get; init; }

Property Value

int

Name

配置源名称(同一层级内唯一)

public string Name { get; init; }

Property Value

string

TopLevelKeyCount

顶级配置键数量(只统计第一层节点)

public int TopLevelKeyCount { get; init; }

Property Value

int

Type

配置源类型名称

public string Type { get; init; }

Property Value

string