FileStore.Type Method

Definition

Returns the <em>type</em> of this file store.

[Android.Runtime.Register("type", "()Ljava/lang/String;", "GetTypeHandler", ApiSince=26)]
public abstract string? Type ();
[<Android.Runtime.Register("type", "()Ljava/lang/String;", "GetTypeHandler", ApiSince=26)>]
abstract member Type : unit -> string

Returns

a string representing the type of this file store

Attributes

Remarks

Returns the <em>type</em> of this file store. The format of the string returned by this method is highly implementation specific. It may indicate, for example, the format used or if the file store is local or remote.

Java documentation for java.nio.file.FileStore.type().

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.

Applies to