C# Class FASTER.common.MaxSizeSettings

Settings for max sizes of types
Afficher le fichier Open project: microsoft/FASTER Class Usage Examples

Méthodes publiques

Свойство Type Description
MaxInputSize int
MaxKeySize int
MaxOutputSize int
MaxValueSize int

Property Details

MaxInputSize public_oe property

Max input size
public int MaxInputSize
Résultat int

MaxKeySize public_oe property

Max key size
public int MaxKeySize
Résultat int

MaxOutputSize public_oe property

Max output size
public int MaxOutputSize
Résultat int

MaxValueSize public_oe property

Max value size
public int MaxValueSize
Résultat int