Table of Contents

Class BulkThumbnailData

Namespace
The.Documents
Assembly
Instagile.dll
public sealed class BulkThumbnailData
Inheritance
BulkThumbnailData
Inherited Members

Constructors

BulkThumbnailData()

public BulkThumbnailData()

Fields

ImageIDsWithoutLocalThumbnails

The IDs of images in this store for which there are no thumbnails of the requested size in this store.

public readonly HashSet<Guid> ImageIDsWithoutLocalThumbnails

Field Value

HashSet<Guid>

ThumbnailedRemoteImageIDs

A Bloom filter containing the IDs of images in other stores for which there are thumbnails of the requested size in this store.

public readonly BloomFilterGuidSet ThumbnailedRemoteImageIDs

Field Value

BloomFilterGuidSet

Methods

Merge(BulkThumbnailData)

Merges a BulkThumbnailData from another store into this one, making it as though the two stores were one store.

public void Merge(BulkThumbnailData other)

Parameters

other BulkThumbnailData