The SpaceDef type exposes the following members.
Methods
| 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, array<FieldDef>[]()[][]) |
Takes space name, replication count and list of field defs and returns a new SpaceDef instance.
| |
| Create(String, Int32, IList<(Of <<'(FieldDef>)>>)) |
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 try to free resources and perform other cleanup operations before it 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 | Returns a string that represents the current object. (Inherited from Object.) |