DataLakeStoreAccountListParameters.Format Property

 

Optional. Gets or sets the return format. Return the response in particular formatxii without access to request headers for standard content-type negotiation (e.g Orders?$format=json). Optional.

Namespace:   Microsoft.Azure.Management.DataLake.Store.Models
Assembly:  Microsoft.Azure.Management.DataLake.Store (in Microsoft.Azure.Management.DataLake.Store.dll)

Syntax

public string Format { get; set; }
public:
property String^ Format {
    String^ get();
    void set(String^ value);
}
member Format : string with get, set
Public Property Format As String

Property Value

Type: System.String

See Also

DataLakeStoreAccountListParameters Class
Microsoft.Azure.Management.DataLake.Store.Models Namespace

Return to top