Microsoft.FASTSearch.MP.Entity.CollectionDocument Collection

Microsoft.FASTSearch.MP.Entity.Collection (ClassType)

FAST Search Server 2010 for SharePoint Document Collection

Element properties:

Base ClassMicrosoft.FASTSearch.MP.Entity.ComponentBase
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId8bf91f60-b327-217c-ad1f-0206444d8647

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.FASTSearch.MP.Entity.Collection:
Id  string  Id true 256  False 
Cluster  string  Cluster false 256  False 
Description  string  Description false 256  False 
Name  string  Name false 256  False 
Pipeline  string  Pipeline false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.FASTSearch.MP.Entity.Collection" Accessibility="Public" Abstract="false" Base="Microsoft.FASTSearch.MP.Entity.ComponentBase" Hosted="true" Singleton="false">
<Property ID="Id" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Cluster" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Description" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Name" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Pipeline" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>