DryadLinqContext MethodsDryadLINQ documentation

The DryadLinqContext type exposes the following members.

Methods

  NameDescription
Public methodAzureAccountKey
Get the key associated with a named account, or null if it is not registered or auto-detected from the subscriptions
Public methodClientVersion
Version of the DryadLinq client components
Public methodDispose
Releases all resources used by the DryadLinqContext.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodEquals(DryadLinqContext)
Determines whether this instance of DryadLinqContext is equal to another instance of DryadLinqContext.
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 methodFromEnumerableT
Converts an IEnumerable{T} to a DryadLinq specialized IQueryable{T}.
Public methodFromStoreT(String, ExpressionFuncStream, IEnumerableT)
Open a dataset as a DryadLinq specialized IQueryable{T}.
Public methodFromStoreT(Uri, ExpressionFuncStream, IEnumerableT)
Open a dataset as a DryadLinq specialized IQueryable{T}.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRegisterAzureAccount
Register a named account with the specified storage key, so that key won't need to be specified in Azure blob URIs
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference