Share via


DataFrame.StorageLevel Method

Definition

Get the DataFrame's current StorageLevel().

public Microsoft.Spark.Sql.StorageLevel StorageLevel ();
member this.StorageLevel : unit -> Microsoft.Spark.Sql.StorageLevel
Public Function StorageLevel () As StorageLevel

Returns

StorageLevel() object

Applies to