Class ObjectsResource.InsertMediaUpload
Insert media upload which supports resumable upload.
Inheritance
Inherited Members
Namespace: Google.Apis.Storage.v1
Assembly: Google.Apis.Storage.v1.dll
Syntax
public class ObjectsResource.InsertMediaUpload : ResumableUpload<Object, Object>
Constructors
InsertMediaUpload(IClientService, Object, string, Stream, string)
Constructs a new Insert media upload instance.
Declaration
public InsertMediaUpload(IClientService service, Object body, string bucket, Stream stream, string contentType)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
Object | body | |
string | bucket | |
System.IO.Stream | stream | |
string | contentType |
Remarks
Considerations regarding stream
:
-
If
stream
is seekable, then the stream position will be reset to0
before reading commences. Ifstream
is not seekable, then it will be read from its current position -
Caller is responsible for maintaining the
stream
open until the upload is completed - Caller is responsible for closing the
stream
Properties
Alt
Data format for the response.
Declaration
[RequestParameter("alt", RequestParameterType.Query)]
public virtual ObjectsResource.InsertMediaUpload.AltEnum? Alt { get; set; }
Property Value
Type | Description |
---|---|
ObjectsResource.InsertMediaUpload.AltEnum? |
Bucket
Name of the bucket in which to store the new object. Overrides the provided object metadata's bucket value, if any.
Declaration
[RequestParameter("bucket", RequestParameterType.Path)]
public virtual string Bucket { get; }
Property Value
Type | Description |
---|---|
string |
ContentEncoding
If set, sets the contentEncoding property of the final object to this value. Setting this parameter is equivalent to setting the contentEncoding metadata property. This can be useful when uploading an object with uploadType=media to indicate the encoding of the content being uploaded.
Declaration
[RequestParameter("contentEncoding", RequestParameterType.Query)]
public virtual string ContentEncoding { get; set; }
Property Value
Type | Description |
---|---|
string |
Fields
Selector specifying which fields to include in a partial response.
Declaration
[RequestParameter("fields", RequestParameterType.Query)]
public virtual string Fields { get; set; }
Property Value
Type | Description |
---|---|
string |
IfGenerationMatch
Makes the operation conditional on whether the object's current generation matches the given value. Setting to 0 makes the operation succeed only if there are no live versions of the object.
Declaration
[RequestParameter("ifGenerationMatch", RequestParameterType.Query)]
public virtual long? IfGenerationMatch { get; set; }
Property Value
Type | Description |
---|---|
long? |
IfGenerationNotMatch
Makes the operation conditional on whether the object's current generation does not match the given value. If no live object exists, the precondition fails. Setting to 0 makes the operation succeed only if there is a live version of the object.
Declaration
[RequestParameter("ifGenerationNotMatch", RequestParameterType.Query)]
public virtual long? IfGenerationNotMatch { get; set; }
Property Value
Type | Description |
---|---|
long? |
IfMetagenerationMatch
Makes the operation conditional on whether the object's current metageneration matches the given value.
Declaration
[RequestParameter("ifMetagenerationMatch", RequestParameterType.Query)]
public virtual long? IfMetagenerationMatch { get; set; }
Property Value
Type | Description |
---|---|
long? |
IfMetagenerationNotMatch
Makes the operation conditional on whether the object's current metageneration does not match the given value.
Declaration
[RequestParameter("ifMetagenerationNotMatch", RequestParameterType.Query)]
public virtual long? IfMetagenerationNotMatch { get; set; }
Property Value
Type | Description |
---|---|
long? |
Key
API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
Declaration
[RequestParameter("key", RequestParameterType.Query)]
public virtual string Key { get; set; }
Property Value
Type | Description |
---|---|
string |
KmsKeyName
Resource name of the Cloud KMS key, of the form projects/my-project/locations/global/keyRings/my-kr/cryptoKeys/my-key, that will be used to encrypt the object. Overrides the object metadata's kms_key_name value, if any.
Declaration
[RequestParameter("kmsKeyName", RequestParameterType.Query)]
public virtual string KmsKeyName { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Name of the object. Required when the object metadata is not otherwise provided. Overrides the object metadata's name value, if any. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.
Declaration
[RequestParameter("name", RequestParameterType.Query)]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
OauthToken
OAuth 2.0 token for the current user.
Declaration
[RequestParameter("oauth_token", RequestParameterType.Query)]
public virtual string OauthToken { get; set; }
Property Value
Type | Description |
---|---|
string |
PredefinedAcl
Apply a predefined set of access controls to this object.
Declaration
[RequestParameter("predefinedAcl", RequestParameterType.Query)]
public virtual ObjectsResource.InsertMediaUpload.PredefinedAclEnum? PredefinedAcl { get; set; }
Property Value
Type | Description |
---|---|
ObjectsResource.InsertMediaUpload.PredefinedAclEnum? |
PrettyPrint
Returns response with indentations and line breaks.
Declaration
[RequestParameter("prettyPrint", RequestParameterType.Query)]
public virtual bool? PrettyPrint { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Projection
Set of properties to return. Defaults to noAcl, unless the object resource specifies the acl property, when it defaults to full.
Declaration
[RequestParameter("projection", RequestParameterType.Query)]
public virtual ObjectsResource.InsertMediaUpload.ProjectionEnum? Projection { get; set; }
Property Value
Type | Description |
---|---|
ObjectsResource.InsertMediaUpload.ProjectionEnum? |
QuotaUser
An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
Declaration
[RequestParameter("quotaUser", RequestParameterType.Query)]
public virtual string QuotaUser { get; set; }
Property Value
Type | Description |
---|---|
string |
UploadType
Upload protocol for media (e.g. "media", "multipart", "resumable").
Declaration
[RequestParameter("uploadType", RequestParameterType.Query)]
public virtual string UploadType { get; set; }
Property Value
Type | Description |
---|---|
string |
UserIp
Deprecated. Please use quotaUser instead.
Declaration
[RequestParameter("userIp", RequestParameterType.Query)]
public virtual string UserIp { get; set; }
Property Value
Type | Description |
---|---|
string |
UserProject
The project to be billed for this request. Required for Requester Pays buckets.
Declaration
[RequestParameter("userProject", RequestParameterType.Query)]
public virtual string UserProject { get; set; }
Property Value
Type | Description |
---|---|
string |