Azure Storage Type Provider
FSharp.Azure.StorageTypeProvider Namespace
| Type | Description |
| AzureTypeProvider | The entry type to connect to Azure Storage assets. |
FSharp.Azure.StorageTypeProvider.Blob Namespace
| Type | Description |
| BlobContainer | Represents a container in blob storage. |
| BlobContainerMetadata | |
| BlobFile | Represents a file in blob storage. |
| BlobFolder | Represents a pseudo-folder in blob storage. |
| BlobMetadata | |
| BlockBlobFile | |
| PageBlobFile | |
| XmlFile | Represents an XML file stored in blob storage. |
| Module | Description |
| BlobBuilder |
FSharp.Azure.StorageTypeProvider.Queue Namespace
| Type | Description |
| MessageId | The unique identifier for this Azure queue message. |
| PopReceipt | The unique identifier for this request of this Azure queue message. |
| ProvidedMessageId | The composite identifier of this Azure queue message. |
| ProvidedQueue | Represents an Azure Storage Queue. |
| ProvidedQueueMessage | Represents a single message that has been dequeued. |
| QueuePermission | Represents the set of possible permissions for a shared access queue policy. |
FSharp.Azure.StorageTypeProvider.Table Namespace
| Type | Description |
| AzureTable | Represents a Table in Azure. |
| EntityId | Represents a Partition and Row combined to key a single entity. |
| LightweightTableEntity | Represents a single table entity. |
| Partition | The name of the partition. |
| Row | The row key. |
| TableInsertMode | The different types of insertion mechanism to use. |
| TableResponse | Different responses from a table operation. |
| Module | Description |
| StaticSchema |
ProviderImplementation Namespace
ProviderImplementation.ProvidedTypes Namespace
| Type | Description |
| ProvidedAssembly | A provided generated assembly |
| ProvidedConstructor | Represents an erased provided constructor. |
| ProvidedEvent | Represents an erased provided property. |
| ProvidedField | Represents an erased provided field. |
| ProvidedLiteralField | Represents an erased provided field. |
| ProvidedMeasureBuilder | Helps create erased provided unit-of-measure annotations. |
| ProvidedMethod | |
| ProvidedParameter | Represents an erased provided parameter |
| ProvidedProperty | Represents an erased provided property. |
| ProvidedStaticParameter | Represents a provided static parameter. |
| ProvidedSymbolKind | Represents the type constructor in a provided symbol type. |
| ProvidedSymbolType | Represents an array or other symbolic type involving a provided type as the argument. See the type provider spec for the methods that must be implemented. Note that the type provider specification does not require us to implement pointer-equality for provided types. |
| ProvidedTypeBuilder | Helpers to build symbolic provided types |
| ProvidedTypeDefinition | Represents a provided type definition. |
| TypeProviderForNamespaces | A base type providing default implementations of type provider functionality when all provided types are of type ProvidedTypeDefinition. |