Property Name
Name
A unique name for the consumer.
public string? Name { get; init; }
Property Value
Remarks
If neither Name nor DurableName is set, the consumer will be ephemeral with a generated name.
A unique name for the consumer.
public string? Name { get; init; }
If neither Name nor DurableName is set, the consumer will be ephemeral with a generated name.