Azure Storage Type Provider


Azure Storage Type Provider

FSharp.Azure.StorageTypeProvider Namespace

TypeDescription
AzureTypeProvider

The entry type to connect to Azure Storage assets.

FSharp.Azure.StorageTypeProvider.Blob Namespace

TypeDescription
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.

ModuleDescription
BlobBuilder

FSharp.Azure.StorageTypeProvider.Queue Namespace

TypeDescription
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

TypeDescription
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.

ModuleDescription
StaticSchema

ProviderImplementation Namespace

ProviderImplementation.ProvidedTypes Namespace

TypeDescription
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.

global Namespace

Fork me on GitHub