SubFileNameCreate(Guid, Guid, Guid) Method

Creates a SubFileName from the supplied data.

Definition

Namespace: SnapDB.IO.FileStructure
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public static SubFileName Create(
	Guid fileType,
	Guid keyType,
	Guid valueType
)

Parameters

fileType  Guid
The type identifier of the file.
keyType  Guid
The GUID identifier of the type of the SortedTreeStore.
valueType  Guid
The GUID identifier of the value type of the SortedTreeStore.

Return Value

SubFileName
The created file from the data.

See Also