Class FastConfigurationSetAttributes
Describes FFC resources.
Inheritance
System.Object
FastConfigurationSetAttributes
Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public sealed class FastConfigurationSetAttributes : Object
Constructors
FastConfigurationSetAttributes(String, FastConfigFlags)
Initializes a new instance of the FastConfigurationSetAttributes class.
Declaration
public FastConfigurationSetAttributes(string hash, FastConfigFlags flags)
Parameters
Type | Name | Description |
---|---|---|
System.String | hash | SHA-256 hash, formatted as lower-case hex (no whitespace). |
MAT.OCS.FFC.Configuration.Format.FastConfigFlags | flags | Options flags. |
Properties
Flags
Gets the options flags supported by the resource.
Declaration
public FastConfigFlags Flags { get; }
Property Value
Type | Description |
---|---|
MAT.OCS.FFC.Configuration.Format.FastConfigFlags |
Hash
Gets the fast configuration hash (lower-case hex SHA-256).
Declaration
public string Hash { get; }
Property Value
Type | Description |
---|---|
System.String |