Provides the implementation for the underlying storage mechanism of a raft.
Name | Description | |
---|---|---|
RaftRepository2 |
Initializes a new instance of the RaftRepository2 class. |
Name | Description | |
---|---|---|
DefaultName |
Gets the name of the default raft. |
|
IsReadOnly |
Gets a value indicating whether the items in the raft are read only. |
|
MaxItemSize |
Gets or sets the maximum size in bytes of an individual raft item. |
|
RaftId |
Gets or sets the product-specific identifier for the raft. |
|
RaftName |
Gets or sets the product-specific name for the raft. |
|
SupportsVersioning |
Gets a value indicating whether items are versioned by this raft. |
|
WarnItemSize |
Gets or sets the minimum size that generates a warning when saving a raft item. |
Conceptually, rafts have a simple folder structure with raft item type being the top level folder, each containing individual items as files. Project-specific content is represented as nested rafts beneath the top-level "projects" folder.