Class StorageListOptions
Storage listing options.
Inheritance
System.Object
StorageListOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Bayat.SaveSystem.Storage
Assembly: Bayat.SaveSystem.Runtime.dll
Syntax
public class StorageListOptions
Properties
| Improve this Doc View SourceMaxResults
When set, limits the maximum amount of results. The count affects all object counts, including files and folders.
Declaration
public int? MaxResults { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Recurse
When true, operation will recursively navigate down the folders.
Declaration
public bool Recurse { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |