IMergeTreeSegmentDelta Interface
Signature
export interface IMergeTreeSegmentDelta
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| propertyDeltas | optional |
PropertySet | |
| segment | ISegment |
Property Details
propertyDeltas
Signature
propertyDeltas?: PropertySet;
Type: PropertySet
segment
Signature
segment: ISegment;
Type: ISegment