FixedLengthGeneratorConfig ========================== **class** ``FixedLengthGeneratorConfig`` **(** :doc:`BaseLengthGeneratorConfig` **)** **Polymorphic Type:** ``type: fixed`` All ``BaseLengthGeneratorConfig`` types: - ``fixed``: :doc:`FixedLengthGeneratorConfig` - ``fixed_stair``: :doc:`StairLengthGeneratorConfig` - ``uniform``: :doc:`UniformLengthGeneratorConfig` - ``zipf``: :doc:`ZipfLengthGeneratorConfig` - ``inverse_gaussian``: :doc:`InverseGaussianLengthGeneratorConfig` **Fields:** ``value`` : *int* = ``8`` Value to generate.