Skip to content

IndexRoot Class

Jared Atkinson edited this page Nov 5, 2015 · 6 revisions

Syntax

public class IndexRoot : Attr
{
    // Properties
    public readonly ATTR_TYPE AttributeType;
    public readonly uint CollationSortingRule;
    public readonly uint IndexSize;
    public readonly byte ClustersPerIndexRecord;
    public readonly INDEX_ROOT_FLAGS Flags;
    public readonly IndexEntry[] Entries;
}

Properties

AttributeType - 
CollationSortingRule - 
IndexSize - 
ClustersPerIndexRecord - 
Flags - 
Entries - 

Home

Getting Started

Documentation

Cmdlets

Clone this wiki locally