SubFileNameCreate(String, 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(
	string fileName,
	Guid keyType,
	Guid valueType
)

Parameters

fileName  String
A name associated with the data.
keyType  Guid
The GUID identifier of the type of the sorted tree store.
valueType  Guid
The GUID identifier of the value type of the sorted tree store.

Return Value

SubFileName
A SubFileName instance based on the provided parameters.

See Also