XmlFile
Namespace: FSharp.Azure.StorageTypeProvider.Blob
Represents an XML file stored in blob storage.
Instance members
| Instance member | Description |
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.
|