StreamProperty

open class StreamProperty : Property

Encapsulates the metadata of an OData stream property.

  • Default initializer.

    Declaration

    Swift

    override public init()
  • A pseudo-property to reference the entity tag of a stream property.

    Declaration

    Swift

    public final var entityTag: Property { get set }
  • A pseudo-property to reference the media type of a stream property.

    Declaration

    Swift

    public final var mediaType: Property { get set }