ISnapshotNormalizerConfig Interface
Signature
export interface ISnapshotNormalizerConfig
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
blobsToNormalize | optional |
string[] | |
excludedChannelContentTypes | optional |
string[] | channel types who's content (non-attribute) blobs will be excluded. this is used to exclude the content of channels who's content cannot be compared as the content is non-deterministic between snapshot at the same sequence number. |
Property Details
blobsToNormalize
Signature
blobsToNormalize?: string[];
Type: string[]
excludedChannelContentTypes
channel types who's content (non-attribute) blobs will be excluded. this is used to exclude the content of channels who's content cannot be compared as the content is non-deterministic between snapshot at the same sequence number.
Signature
excludedChannelContentTypes?: string[];
Type: string[]