UploadStream
Object Hierarchy:
Description:
All the fields in the UploadStream structure are private and should never be accessed
directly.
Namespace: GData
Package: libgdata
Content:
Properties:
-
public Cancellable cancellable { construct set; get; }
An optional cancellable used to cancel the entire upload operation. If a
Cancellable instance isn't provided for this property at construction
time (i.e. to UploadStream), one will be created internally
and can be retrieved using get_cancellable and used to cancel the
upload operation with cancel just as if it was passed to
UploadStream.
-
public string content_type { construct set; get; }
The content type of the file being uploaded (i.e. as returned by
get_content_type).
-
public Entry entry { construct set; get; }
The entry used for metadata to upload.
-
public string method { construct set; get; }
The HTTP request method to use when uploading the file.
-
public Service service { construct set; get; }
The service which is used to authorize the upload, and to which the upload relates.
-
public string slug { construct set; get; }
The slug of the file being uploaded. This is usually the display name of the file (i.e. as returned by
get_display_name).
-
public string upload_uri { construct set; get; }
The URI to upload the data and metadata to.
Creation methods:
Methods: