KnownDoubleMetadataFields Class

Known double typed metadata property names.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Metadata
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public static class KnownDoubleMetadataFields
Inheritance
Object    KnownDoubleMetadataFields

Fields

AltitudeOther document associated metadata field.
CompressionRatioArchive compression ratio (if available).
DurationInSecondsMultimedia document associated metadata field.
LatitudeiCalendar (vCard) document associated metadata field.
LongitudeiCalendar (vCard) document associated metadata field.
TestedCompressionRatio RESERVED. Reserved for user to add to Metadata, if desired, after successfully testing archive expanded size using TestItem(Int32, Int64, String) or TestSolidBlockItems(ItemTestFinishedCallback, String). Tested archive compression ratio (if available). The user must calculate this values as (Tested expanded size in bytes) / (File length of archive in bytes). See example projects.

See Also