Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type DeleteDriveItemContentStreamOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteDriveItemContentStreamOperationOptions() DeleteDriveItemContentStreamOperationOptions + func (o DeleteDriveItemContentStreamOperationOptions) ToHeaders() *client.Headers + func (o DeleteDriveItemContentStreamOperationOptions) ToOData() *odata.Query + func (o DeleteDriveItemContentStreamOperationOptions) ToQuery() *client.QueryParams + type DeleteDriveItemContentStreamOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DriveItemContentStreamClient struct + Client *msgraph.Client + func NewDriveItemContentStreamClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveItemContentStreamClient, error) + func (c DriveItemContentStreamClient) DeleteDriveItemContentStream(ctx context.Context, id beta.MeDriveIdItemId, ...) (result DeleteDriveItemContentStreamOperationResponse, err error) + func (c DriveItemContentStreamClient) GetDriveItemContentStream(ctx context.Context, id beta.MeDriveIdItemId, ...) (result GetDriveItemContentStreamOperationResponse, err error) + func (c DriveItemContentStreamClient) SetDriveItemContentStream(ctx context.Context, id beta.MeDriveIdItemId, input []byte, ...) (result SetDriveItemContentStreamOperationResponse, err error) + type GetDriveItemContentStreamOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultGetDriveItemContentStreamOperationOptions() GetDriveItemContentStreamOperationOptions + func (o GetDriveItemContentStreamOperationOptions) ToHeaders() *client.Headers + func (o GetDriveItemContentStreamOperationOptions) ToOData() *odata.Query + func (o GetDriveItemContentStreamOperationOptions) ToQuery() *client.QueryParams + type GetDriveItemContentStreamOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type SetDriveItemContentStreamOperationOptions struct + ContentType string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultSetDriveItemContentStreamOperationOptions() SetDriveItemContentStreamOperationOptions + func (o SetDriveItemContentStreamOperationOptions) ToHeaders() *client.Headers + func (o SetDriveItemContentStreamOperationOptions) ToOData() *odata.Query + func (o SetDriveItemContentStreamOperationOptions) ToQuery() *client.QueryParams + type SetDriveItemContentStreamOperationResponse struct + HttpResponse *http.Response + OData *odata.OData