Documentation ¶
Index ¶
- type DeleteDriveItemContentStreamOperationOptions
- type DeleteDriveItemContentStreamOperationResponse
- type DriveItemContentStreamClient
- func (c DriveItemContentStreamClient) DeleteDriveItemContentStream(ctx context.Context, id beta.UserIdDriveIdItemId, ...) (result DeleteDriveItemContentStreamOperationResponse, err error)
- func (c DriveItemContentStreamClient) GetDriveItemContentStream(ctx context.Context, id beta.UserIdDriveIdItemId, ...) (result GetDriveItemContentStreamOperationResponse, err error)
- func (c DriveItemContentStreamClient) SetDriveItemContentStream(ctx context.Context, id beta.UserIdDriveIdItemId, input []byte, ...) (result SetDriveItemContentStreamOperationResponse, err error)
- type GetDriveItemContentStreamOperationOptions
- type GetDriveItemContentStreamOperationResponse
- type SetDriveItemContentStreamOperationOptions
- type SetDriveItemContentStreamOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteDriveItemContentStreamOperationOptions ¶
type DeleteDriveItemContentStreamOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDriveItemContentStreamOperationOptions ¶
func DefaultDeleteDriveItemContentStreamOperationOptions() DeleteDriveItemContentStreamOperationOptions
func (DeleteDriveItemContentStreamOperationOptions) ToHeaders ¶
func (o DeleteDriveItemContentStreamOperationOptions) ToHeaders() *client.Headers
func (DeleteDriveItemContentStreamOperationOptions) ToOData ¶
func (o DeleteDriveItemContentStreamOperationOptions) ToOData() *odata.Query
func (DeleteDriveItemContentStreamOperationOptions) ToQuery ¶
func (o DeleteDriveItemContentStreamOperationOptions) ToQuery() *client.QueryParams
type DriveItemContentStreamClient ¶
func NewDriveItemContentStreamClientWithBaseURI ¶
func NewDriveItemContentStreamClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveItemContentStreamClient, error)
func (DriveItemContentStreamClient) DeleteDriveItemContentStream ¶
func (c DriveItemContentStreamClient) DeleteDriveItemContentStream(ctx context.Context, id beta.UserIdDriveIdItemId, options DeleteDriveItemContentStreamOperationOptions) (result DeleteDriveItemContentStreamOperationResponse, err error)
DeleteDriveItemContentStream - Delete contentStream for the navigation property items in users. The content stream, if the item represents a file.
func (DriveItemContentStreamClient) GetDriveItemContentStream ¶
func (c DriveItemContentStreamClient) GetDriveItemContentStream(ctx context.Context, id beta.UserIdDriveIdItemId, options GetDriveItemContentStreamOperationOptions) (result GetDriveItemContentStreamOperationResponse, err error)
GetDriveItemContentStream - Get contentStream for the navigation property items from users. The content stream, if the item represents a file.
func (DriveItemContentStreamClient) SetDriveItemContentStream ¶
func (c DriveItemContentStreamClient) SetDriveItemContentStream(ctx context.Context, id beta.UserIdDriveIdItemId, input []byte, options SetDriveItemContentStreamOperationOptions) (result SetDriveItemContentStreamOperationResponse, err error)
SetDriveItemContentStream - Update contentStream for the navigation property items in users. The content stream, if the item represents a file.
type GetDriveItemContentStreamOperationOptions ¶
type GetDriveItemContentStreamOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultGetDriveItemContentStreamOperationOptions ¶
func DefaultGetDriveItemContentStreamOperationOptions() GetDriveItemContentStreamOperationOptions
func (GetDriveItemContentStreamOperationOptions) ToHeaders ¶
func (o GetDriveItemContentStreamOperationOptions) ToHeaders() *client.Headers
func (GetDriveItemContentStreamOperationOptions) ToOData ¶
func (o GetDriveItemContentStreamOperationOptions) ToOData() *odata.Query
func (GetDriveItemContentStreamOperationOptions) ToQuery ¶
func (o GetDriveItemContentStreamOperationOptions) ToQuery() *client.QueryParams
type SetDriveItemContentStreamOperationOptions ¶
type SetDriveItemContentStreamOperationOptions struct { ContentType string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSetDriveItemContentStreamOperationOptions ¶
func DefaultSetDriveItemContentStreamOperationOptions() SetDriveItemContentStreamOperationOptions
func (SetDriveItemContentStreamOperationOptions) ToHeaders ¶
func (o SetDriveItemContentStreamOperationOptions) ToHeaders() *client.Headers
func (SetDriveItemContentStreamOperationOptions) ToOData ¶
func (o SetDriveItemContentStreamOperationOptions) ToOData() *odata.Query
func (SetDriveItemContentStreamOperationOptions) ToQuery ¶
func (o SetDriveItemContentStreamOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.