Class ProtoTestIdOptions
public sealed class ProtoTestIdOptions
- Inheritance
-
ProtoTestIdOptions
- Inherited Members
- Extension Methods
Properties
RunPrefix
A numeric prefix unique to a run, build, or worker. A random six-digit prefix is used by default.
public long? RunPrefix { get; set; }
Property Value
- long?
SequenceDigits
Number of digits reserved for the sequence within a host.
public int SequenceDigits { get; set; }