Azure Storage Type Provider


XmlFile

Namespace: FSharp.Azure.StorageTypeProvider.Blob

Represents an XML file stored in blob storage.

Instance members

Instance memberDescription
ReadAsXDocument(connectionString)
Signature: (connectionString:string option) -> XDocument

Reads this file as an XDocument.

ReadAsXDocumentAsync(connectionString)
Signature: (connectionString:string option) -> Async<XDocument>

Reads this file as an XDocument asynchronously.

Fork me on GitHub