Struct FileState
State for the lifecycle of a File.
[JsonConverter(typeof(FileStateConverter))]
public readonly record struct FileState : IEquatable<FileState>
- Implements
- Inherited Members
Properties
Active
public static FileState Active { get; }
Property Value
AllValues
public static IReadOnlyList<FileState> AllValues { get; }
Property Value
Failed
public static FileState Failed { get; }
Property Value
Processing
public static FileState Processing { get; }
Property Value
StateUnspecified
public static FileState StateUnspecified { get; }
Property Value
Value
public string Value { get; }
Property Value
Methods
Equals(FileState)
public bool Equals(FileState other)
Parameters
otherFileState
Returns
FromString(string)
public static FileState FromString(string value)
Parameters
valuestring
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()
Returns
Operators
implicit operator FileState(string)
public static implicit operator FileState(string value)
Parameters
valuestring