Documentation ¶
Index ¶
- type DeleteDriveBundleContentStreamOperationOptions
- type DeleteDriveBundleContentStreamOperationResponse
- type DriveBundleContentStreamClient
- func (c DriveBundleContentStreamClient) DeleteDriveBundleContentStream(ctx context.Context, id beta.UserIdDriveIdBundleId, ...) (result DeleteDriveBundleContentStreamOperationResponse, err error)
- func (c DriveBundleContentStreamClient) GetDriveBundleContentStream(ctx context.Context, id beta.UserIdDriveIdBundleId, ...) (result GetDriveBundleContentStreamOperationResponse, err error)
- func (c DriveBundleContentStreamClient) SetDriveBundleContentStream(ctx context.Context, id beta.UserIdDriveIdBundleId, input []byte, ...) (result SetDriveBundleContentStreamOperationResponse, err error)
- type GetDriveBundleContentStreamOperationOptions
- type GetDriveBundleContentStreamOperationResponse
- type SetDriveBundleContentStreamOperationOptions
- type SetDriveBundleContentStreamOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteDriveBundleContentStreamOperationOptions ¶
type DeleteDriveBundleContentStreamOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDriveBundleContentStreamOperationOptions ¶
func DefaultDeleteDriveBundleContentStreamOperationOptions() DeleteDriveBundleContentStreamOperationOptions
func (DeleteDriveBundleContentStreamOperationOptions) ToHeaders ¶
func (o DeleteDriveBundleContentStreamOperationOptions) ToHeaders() *client.Headers
func (DeleteDriveBundleContentStreamOperationOptions) ToOData ¶
func (o DeleteDriveBundleContentStreamOperationOptions) ToOData() *odata.Query
func (DeleteDriveBundleContentStreamOperationOptions) ToQuery ¶
func (o DeleteDriveBundleContentStreamOperationOptions) ToQuery() *client.QueryParams
type DriveBundleContentStreamClient ¶
func NewDriveBundleContentStreamClientWithBaseURI ¶
func NewDriveBundleContentStreamClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveBundleContentStreamClient, error)
func (DriveBundleContentStreamClient) DeleteDriveBundleContentStream ¶
func (c DriveBundleContentStreamClient) DeleteDriveBundleContentStream(ctx context.Context, id beta.UserIdDriveIdBundleId, options DeleteDriveBundleContentStreamOperationOptions) (result DeleteDriveBundleContentStreamOperationResponse, err error)
DeleteDriveBundleContentStream - Delete contentStream for the navigation property bundles in users. The content stream, if the item represents a file.
func (DriveBundleContentStreamClient) GetDriveBundleContentStream ¶
func (c DriveBundleContentStreamClient) GetDriveBundleContentStream(ctx context.Context, id beta.UserIdDriveIdBundleId, options GetDriveBundleContentStreamOperationOptions) (result GetDriveBundleContentStreamOperationResponse, err error)
GetDriveBundleContentStream - Get contentStream for the navigation property bundles from users. The content stream, if the item represents a file.
func (DriveBundleContentStreamClient) SetDriveBundleContentStream ¶
func (c DriveBundleContentStreamClient) SetDriveBundleContentStream(ctx context.Context, id beta.UserIdDriveIdBundleId, input []byte, options SetDriveBundleContentStreamOperationOptions) (result SetDriveBundleContentStreamOperationResponse, err error)
SetDriveBundleContentStream - Update contentStream for the navigation property bundles in users. The content stream, if the item represents a file.
type GetDriveBundleContentStreamOperationOptions ¶
type GetDriveBundleContentStreamOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultGetDriveBundleContentStreamOperationOptions ¶
func DefaultGetDriveBundleContentStreamOperationOptions() GetDriveBundleContentStreamOperationOptions
func (GetDriveBundleContentStreamOperationOptions) ToHeaders ¶
func (o GetDriveBundleContentStreamOperationOptions) ToHeaders() *client.Headers
func (GetDriveBundleContentStreamOperationOptions) ToOData ¶
func (o GetDriveBundleContentStreamOperationOptions) ToOData() *odata.Query
func (GetDriveBundleContentStreamOperationOptions) ToQuery ¶
func (o GetDriveBundleContentStreamOperationOptions) ToQuery() *client.QueryParams
type SetDriveBundleContentStreamOperationOptions ¶
type SetDriveBundleContentStreamOperationOptions struct { ContentType string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSetDriveBundleContentStreamOperationOptions ¶
func DefaultSetDriveBundleContentStreamOperationOptions() SetDriveBundleContentStreamOperationOptions
func (SetDriveBundleContentStreamOperationOptions) ToHeaders ¶
func (o SetDriveBundleContentStreamOperationOptions) ToHeaders() *client.Headers
func (SetDriveBundleContentStreamOperationOptions) ToOData ¶
func (o SetDriveBundleContentStreamOperationOptions) ToOData() *odata.Query
func (SetDriveBundleContentStreamOperationOptions) ToQuery ¶
func (o SetDriveBundleContentStreamOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.