# CreateStreamArgs

Argument passed to createStream.

Availability
1.7
1.7
9.2.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# mode

Availability
1.7
1.7
9.2.0
mode :Number

Mode to open the stream in.

For Blob objects, only MODE_READ is supported.


# source

Availability
1.7
1.7
9.2.0

Object that the stream will read from or write to.