Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains information about a named binary resource stream.
Inheritance Hierarchy
System.Object
System.Data.Services.Client.Descriptor
System.Data.Services.Client.StreamDescriptor
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public NotInheritable Class StreamDescriptor _
Inherits Descriptor
'Usage
Dim instance As StreamDescriptor
public sealed class StreamDescriptor : Descriptor
public ref class StreamDescriptor sealed : public Descriptor
[<SealedAttribute>]
type StreamDescriptor =
class
inherit Descriptor
end
public final class StreamDescriptor extends Descriptor
The StreamDescriptor type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
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. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.