SpaceDef Methods |
The SpaceDef type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddIndexDef |
Adds indexDef to SpaceDef, overwrites if an IndexDef by that name already exists
|
![]() ![]() | Create |
Return a new SpaceDef instance.
|
![]() ![]() | Create(String, Int32, FieldDef) |
Takes space name, replication count and list of field defs and returns a new SpaceDef instance.
|
![]() ![]() | Create(String, Int32, IListFieldDef) |
Takes space name, replication count and list of field defs and returns a new SpaceDef instance.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetFieldDef |
Get the Field Definition for the field name provided.
|
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetIndexDef |
Get the index definition for name
|
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | PutFieldDef |
Associates a field definition to the space definition.
|
![]() | RemoveIndexDef |
Removed index from SpaceDef, return null if there is no index by that name
|
![]() | SetDistributionFields |
Sets the distribution fields.
|
![]() | TakeFieldDef |
Allows removing a field definition associated with SpaceDef. Note that Space definition cannot
be changed once the space is defined,.So, a field definition can be removed from a Space definition
only before the space is created.
|
![]() | ToString | (Inherited from Object.) |