Click or drag to resize
SearchIndexInfoIndexSize Property
Gets the index size in bytes. Returns null if size information is not available.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax
C#
public virtual Nullable<long> IndexSize { get; }

Property Value

Type: NullableInt64
See Also