[This is preliminary documentation and is subject to change.]
Gets or sets the number of historic ArchiveFiles to be offloaded to the FileOffloadLocation.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[DefaultValueAttribute()] public int FileOffloadCount { get; set; }
<DefaultValueAttribute()> _ Public Property FileOffloadCount As Integer
[DefaultValueAttribute()] public: property int FileOffloadCount { int get (); void set (int value); }
Exceptions
Exception | Condition |
---|---|
ArgumentException | The value being assigned is not positive. |