Interface IChunk
Meta information of a signal storage chunk.
Namespace: TimeCockpit.Data.DataModel.Signals
Assembly: TimeCockpit.Data.dll
Syntax
[ModelEntityInterface]
public interface IChunk : IDuration
Properties
Content
Gets or sets the collection of signals
Declaration
IEnumerable<EntityObject> Content { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<EntityObject> |
Device
Gets or sets the source device identifier
Declaration
EntityObject Device { get; set; }
Property Value
| Type | Description |
|---|---|
| EntityObject |
Entity
Gets or sets the model entity identifier
Declaration
EntityObject Entity { get; set; }
Property Value
| Type | Description |
|---|---|
| EntityObject |
LogicalBeginTime
Gets or sets the logical begin time of the chunk
Declaration
DateTime LogicalBeginTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime |
LogicalEndTime
Gets or sets the logical end time of the chunk
Declaration
DateTime LogicalEndTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime |