<PackageReference Include="Relativity.Server.Utility.SDK" Version="5000.0.0" />

Collection

public class Collection
Represents a set of configuration values.
public DateTime LastRefresh { get; set; }

Gets or sets the local time this Collection was most recently updated.

public object LockObject { get; set; }

Gets or sets the lock object associated with this Collection.

public Hashtable SectionHash { get; set; }

Gets or sets the hashtable of configuration values backing this collection.

public Collection()

Initializes a new, empty Collection.