FileManager.MaxReportedFailures Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Due to binder transaction limits, the number of reported failures is limited to number returned by this method.
public static int MaxReportedFailures { [Android.Runtime.Register("getMaxReportedFailures", "()I", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getMaxReportedFailures", "()I", "", ApiSince=37)>]
static member MaxReportedFailures : int
Property Value
The maximum number of reported failures reported by File operations.
- Attributes
Remarks
Due to binder transaction limits, the number of reported failures is limited to number returned by this method. It is recommended that operations that require complete failure reporting batch their operations to stay below the max reported failures limit.
Android reference for android.os.storage.FileManager.getMaxReportedFailures.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.