BinaryType
Namespace: Meshmakers.Octo.Runtime.Contracts.RepositoryEntities
Defines the type of binary storage.
public enum BinaryType
Inheritance Object → ValueType → Enum → BinaryType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
Name | Value | Description |
---|---|---|
FileSystem | 0 | Binaries acting as a part of the file system |
Temporary | 1 | Binaries stored in a cache |