Class StorageOptions
Base class for storage options.
public abstract class StorageOptions
- Inheritance
-
objectStorageOptions
- Derived
- Extension Methods
Constructors
StorageOptions()
protected StorageOptions()
Properties
EnableFallbackToLocalFileSystem
Indicates whether the provider should fallback to the local file system if the file or directory is not found in the provider's storage.
public bool EnableFallbackToLocalFileSystem { get; set; }
Property Value
- bool