RollupBucketIntervalException
Namespace: Meshmakers.Octo.Runtime.Contracts.StreamData
The rollup's target bucket interval is finer than — or not an integer multiple of — the source archive's native window length (AB#4289). A finer or misaligned bucket is effectively upsampling and always a configuration mistake: a raw source yields a sparse table (only buckets that happen to contain a source row materialise), a windowed source (TimeRange / rollup) yields an empty one (no source window is fully contained in a smaller target bucket). Enforced at activation only when the source granularity is known; raw archives with an undeclared sampling interval are not checked.
public sealed class RollupBucketIntervalException : StreamDataException, ISerializable
Inheritance Object → Exception → StreamDataException → RollupBucketIntervalException
Implements ISerializable
Properties
BucketSize
public TimeSpan BucketSize { get; }
Property Value
SourceGranularity
public TimeSpan SourceGranularity { get; }
Property Value
ArchiveRtId
public Nullable<OctoObjectId> ArchiveRtId { get; }
Property Value
TargetSite
public MethodBase TargetSite { get; }
Property Value
Message
public string Message { get; }
Property Value
Data
public IDictionary Data { get; }
Property Value
InnerException
public Exception InnerException { get; }
Property Value
HelpLink
public string HelpLink { get; set; }
Property Value
Source
public string Source { get; set; }
Property Value
HResult
public int HResult { get; set; }
Property Value
StackTrace
public string StackTrace { get; }
Property Value
Constructors
RollupBucketIntervalException(OctoObjectId, TimeSpan, TimeSpan)
public RollupBucketIntervalException(OctoObjectId rollupArchiveRtId, TimeSpan bucketSize, TimeSpan sourceGranularity)
Parameters
rollupArchiveRtId OctoObjectId
bucketSize TimeSpan
sourceGranularity TimeSpan