Interface IPartitioningConfiguration
Configuration for how operations are partitioned into Refit interfaces.
public interface IPartitioningConfiguration
Properties
GenerateDeprecatedOperations
Gets a value indicating whether to generate deprecated operations.
bool GenerateDeprecatedOperations { get; }
Property Value
IncludePathMatches
Gets the path regex patterns used to filter which endpoints to include.
string[] IncludePathMatches { get; }
Property Value
- string[]
IncludeTags
Gets the tags used to filter which endpoints to include.
string[] IncludeTags { get; }
Property Value
- string[]
MultipleInterfaces
Gets the strategy for partitioning operations into multiple interfaces.
MultipleInterfaces MultipleInterfaces { get; }
Property Value
OperationNameGenerator
Gets the NSwag IOperationNameGenerator implementation to use.
OperationNameGeneratorTypes OperationNameGenerator { get; }
Property Value
OperationNameTemplate
Gets the template for generating operation names.
string? OperationNameTemplate { get; }