DataProvider MethodsDryadLINQ documentation

The DataProvider type exposes the following members.

Methods

  NameDescription
Public methodCheckExistence
Checks the existence of a specified dataset.
Public methodEgress
Creates an instance of Stream for a dataset at a specified location. This is used by DryadLINQ to read a .NET collection from a store.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetMetaData
Gets the metadata of a specified dataset.
Public methodGetStreamInfo
Gets information of a specified dataset.
Public methodGetTemporaryStreamUri
Gets a URI to store a temporary dataset.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIngressT
Ingress a .NET collection to a specified store location.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberRegister
Registers a new DataProvider. This can be used to extend DryadLINQ to interact with a new kind of data store.
Public methodRewriteUriT
Rewrites the URI of a dataset. Allows DataProvider specific rewriting.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference