Class FileProcessingVariant
Represents an auto-variant that is produced from the output of a FileProcessingPipeline.
Implements
Namespace: FulcrumFS
Assembly: FulcrumFS.dll
Syntax
public sealed record FileProcessingVariant : IEquatable<FileProcessingVariant>
Constructors
| Name | Description |
|---|---|
| FileProcessingVariant(string, IFileProcessingPipelineProvider) | Initializes a new instance of the FileProcessingVariant class. |
Properties
| Name | Description |
|---|---|
| Pipeline | Gets the pipeline used to process this variant. |
| VariantId | Gets the variant ID. Guaranteed to be non-empty, contain only valid characters, and be normalized to lowercase. |