public class SubFileName : IComparable<SubFileName>,
IEquatable<SubFileName>Public Class SubFileName
Implements IComparable(Of SubFileName), IEquatable(Of SubFileName)public ref class SubFileName : IComparable<SubFileName^>,
IEquatable<SubFileName^>SnapDB.IO.FileStructure.SubFileName = function();
Type.createClass(
'SnapDB.IO.FileStructure.SubFileName',
null,
IComparable`1,
IEquatable`1);| Empty | An empty subfile name. Should not generally be used as a single file system. Must have unique file names. |
| RawValue1 | The first 8 bytes of the SubFileName. |
| RawValue2 | The next 8 bytes of the SubFileName. |
| RawValue3 | The final 4 bytes of the SubFileName. |
| CompareTo | Compares the current object with another object of the same type. |
| Create(Byte) | Creates a SubFileName from the supplied data. |
| Create(Guid, Guid, Guid) | Creates a SubFileName from the supplied data. |
| Create(String, Guid, Guid) | Creates a SubFileName from the supplied data. |
| CreateRandom | Creates a random SubFileName. |
| Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object)) |
| Equals(SubFileName) | Indicates whether the current object is equal to another object of the same type. |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode |
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Load | Loads the SubFileName from the supplied reader. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| Save | Writes the SubFileName to the writer. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Equality(SubFileName, SubFileName) | Compares the equality of the two file names. |
| Inequality(SubFileName, SubFileName) | Compares the two files if they are not equal. |