Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
NoBackupAttribute.cs
1
using
System;
2
3
namespace
Waher.Persistence.Attributes
4
{
8
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct, AllowMultiple =
false
, Inherited =
true
)]
9
public
class
NoBackupAttribute
: Attribute
10
{
15
public
NoBackupAttribute
(
string
Reason
)
16
{
17
this.Reason =
Reason
;
18
}
19
23
public
string
Reason
{
get
; }
24
}
25
}
Waher.Persistence.Attributes.NoBackupAttribute
This attribute informs the database layer, that the corresponding collection should not be backed up.
Definition:
NoBackupAttribute.cs:10
Waher.Persistence.Attributes.NoBackupAttribute.NoBackupAttribute
NoBackupAttribute(string Reason)
This attribute informs the database layer, that the corresponding collection should not be backed up.
Definition:
NoBackupAttribute.cs:15
Waher.Persistence.Attributes.NoBackupAttribute.Reason
string Reason
Reason for not making backups, if provided.
Definition:
NoBackupAttribute.cs:23
Waher.Persistence.Attributes
Definition:
ArchivingTimeAttribute.cs:4
IoTGateway
Persistence
Waher.Persistence
Attributes
NoBackupAttribute.cs
Generated by
1.9.5