The DryadLinqContext type exposes the following members.
Methods
Name | Description | |
---|---|---|
AzureAccountKey |
Get the key associated with a named account, or null if it is not registered or auto-detected from
the subscriptions
| |
ClientVersion |
Version of the DryadLinq client components
| |
Dispose |
Releases all resources used by the DryadLinqContext.
| |
Equals(Object) | (Inherited from Object.) | |
Equals(DryadLinqContext) |
Determines whether this instance of DryadLinqContext is equal to another instance
of DryadLinqContext.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FromEnumerableT |
Converts an IEnumerable{T} to a DryadLinq specialized IQueryable{T}.
| |
FromStoreT(String, ExpressionFuncStream, IEnumerableT) |
Open a dataset as a DryadLinq specialized IQueryable{T}.
| |
FromStoreT(Uri, ExpressionFuncStream, IEnumerableT) |
Open a dataset as a DryadLinq specialized IQueryable{T}.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RegisterAzureAccount |
Register a named account with the specified storage key, so that key won't need to be specified in Azure blob URIs
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also