Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
LedgerExportRestriction.cs
1using System;
2
3namespace Waher.Persistence
4{
9 {
13 public string[] CollectionNames;
14
18 public string[] BlockIds;
19
23 public string[] Creators;
24
28 public DateTime? MinCreated;
29
33 public bool MinCreatedIncluded;
34
38 public DateTime? MaxCreated;
39
43 public bool MaxCreatedIncluded;
44 }
45}
Contains basic ledger export restrictions.
string[] Creators
Creators to export. If null, all relevant creators will be exported.
DateTime? MinCreated
Minimum value (if provided) of when a ledger block of information was created.
DateTime? MaxCreated
Maximum value (if provided) of when a ledger block of information was created.
string[] BlockIds
Blocks to export. If null, all relevant blocks will be exported.
bool MaxCreatedIncluded
If MaxCreated is included
string[] CollectionNames
Collections to export. If null, all collections will be exported.
bool MinCreatedIncluded
If MinCreated is included