StreamDescriptor Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Holds information about stream.
public sealed class StreamDescriptor : Microsoft.OData.Client.Descriptor
type StreamDescriptor = class
inherit Descriptor
Public NotInheritable Class StreamDescriptor
Inherits Descriptor
- Inheritance
Properties
EntityDescriptor |
The EntityDescriptor that represents the entity to which the named resource stream belongs. |
State |
When overridden in a derived class, gets the state of the object at the time this instance was constructed. (Inherited from Descriptor) |
StreamLink |
The DataServiceStreamLink that represents the binary resource stream. |