Documentation ¶
Index ¶
- type DeleteDriveItemChildContentStreamOperationOptions
- type DeleteDriveItemChildContentStreamOperationResponse
- type DriveItemChildContentStreamClient
- func (c DriveItemChildContentStreamClient) DeleteDriveItemChildContentStream(ctx context.Context, id beta.UserIdDriveIdItemIdChildId, ...) (result DeleteDriveItemChildContentStreamOperationResponse, err error)
- func (c DriveItemChildContentStreamClient) GetDriveItemChildContentStream(ctx context.Context, id beta.UserIdDriveIdItemIdChildId, ...) (result GetDriveItemChildContentStreamOperationResponse, err error)
- func (c DriveItemChildContentStreamClient) SetDriveItemChildContentStream(ctx context.Context, id beta.UserIdDriveIdItemIdChildId, input []byte, ...) (result SetDriveItemChildContentStreamOperationResponse, err error)
- type GetDriveItemChildContentStreamOperationOptions
- type GetDriveItemChildContentStreamOperationResponse
- type SetDriveItemChildContentStreamOperationOptions
- type SetDriveItemChildContentStreamOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteDriveItemChildContentStreamOperationOptions ¶
type DeleteDriveItemChildContentStreamOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDriveItemChildContentStreamOperationOptions ¶
func DefaultDeleteDriveItemChildContentStreamOperationOptions() DeleteDriveItemChildContentStreamOperationOptions
func (DeleteDriveItemChildContentStreamOperationOptions) ToHeaders ¶
func (o DeleteDriveItemChildContentStreamOperationOptions) ToHeaders() *client.Headers
func (DeleteDriveItemChildContentStreamOperationOptions) ToOData ¶
func (o DeleteDriveItemChildContentStreamOperationOptions) ToOData() *odata.Query
func (DeleteDriveItemChildContentStreamOperationOptions) ToQuery ¶
func (o DeleteDriveItemChildContentStreamOperationOptions) ToQuery() *client.QueryParams
type DriveItemChildContentStreamClient ¶
func NewDriveItemChildContentStreamClientWithBaseURI ¶
func NewDriveItemChildContentStreamClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveItemChildContentStreamClient, error)
func (DriveItemChildContentStreamClient) DeleteDriveItemChildContentStream ¶
func (c DriveItemChildContentStreamClient) DeleteDriveItemChildContentStream(ctx context.Context, id beta.UserIdDriveIdItemIdChildId, options DeleteDriveItemChildContentStreamOperationOptions) (result DeleteDriveItemChildContentStreamOperationResponse, err error)
DeleteDriveItemChildContentStream - Delete contentStream for the navigation property children in users. The content stream, if the item represents a file.
func (DriveItemChildContentStreamClient) GetDriveItemChildContentStream ¶
func (c DriveItemChildContentStreamClient) GetDriveItemChildContentStream(ctx context.Context, id beta.UserIdDriveIdItemIdChildId, options GetDriveItemChildContentStreamOperationOptions) (result GetDriveItemChildContentStreamOperationResponse, err error)
GetDriveItemChildContentStream - Get contentStream for the navigation property children from users. The content stream, if the item represents a file.
func (DriveItemChildContentStreamClient) SetDriveItemChildContentStream ¶
func (c DriveItemChildContentStreamClient) SetDriveItemChildContentStream(ctx context.Context, id beta.UserIdDriveIdItemIdChildId, input []byte, options SetDriveItemChildContentStreamOperationOptions) (result SetDriveItemChildContentStreamOperationResponse, err error)
SetDriveItemChildContentStream - Update contentStream for the navigation property children in users. The content stream, if the item represents a file.
type GetDriveItemChildContentStreamOperationOptions ¶
type GetDriveItemChildContentStreamOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultGetDriveItemChildContentStreamOperationOptions ¶
func DefaultGetDriveItemChildContentStreamOperationOptions() GetDriveItemChildContentStreamOperationOptions
func (GetDriveItemChildContentStreamOperationOptions) ToHeaders ¶
func (o GetDriveItemChildContentStreamOperationOptions) ToHeaders() *client.Headers
func (GetDriveItemChildContentStreamOperationOptions) ToOData ¶
func (o GetDriveItemChildContentStreamOperationOptions) ToOData() *odata.Query
func (GetDriveItemChildContentStreamOperationOptions) ToQuery ¶
func (o GetDriveItemChildContentStreamOperationOptions) ToQuery() *client.QueryParams
type SetDriveItemChildContentStreamOperationOptions ¶
type SetDriveItemChildContentStreamOperationOptions struct { ContentType string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSetDriveItemChildContentStreamOperationOptions ¶
func DefaultSetDriveItemChildContentStreamOperationOptions() SetDriveItemChildContentStreamOperationOptions
func (SetDriveItemChildContentStreamOperationOptions) ToHeaders ¶
func (o SetDriveItemChildContentStreamOperationOptions) ToHeaders() *client.Headers
func (SetDriveItemChildContentStreamOperationOptions) ToOData ¶
func (o SetDriveItemChildContentStreamOperationOptions) ToOData() *odata.Query
func (SetDriveItemChildContentStreamOperationOptions) ToQuery ¶
func (o SetDriveItemChildContentStreamOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.