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 DeleteDriveItemChildContentStreamOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteDriveItemChildContentStreamOperationOptions() DeleteDriveItemChildContentStreamOperationOptions + func (o DeleteDriveItemChildContentStreamOperationOptions) ToHeaders() *client.Headers + func (o DeleteDriveItemChildContentStreamOperationOptions) ToOData() *odata.Query + func (o DeleteDriveItemChildContentStreamOperationOptions) ToQuery() *client.QueryParams + type DeleteDriveItemChildContentStreamOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DriveItemChildContentStreamClient struct + Client *msgraph.Client + func NewDriveItemChildContentStreamClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveItemChildContentStreamClient, error) + func (c DriveItemChildContentStreamClient) DeleteDriveItemChildContentStream(ctx context.Context, id beta.GroupIdDriveIdItemIdChildId, ...) (result DeleteDriveItemChildContentStreamOperationResponse, err error) + func (c DriveItemChildContentStreamClient) GetDriveItemChildContentStream(ctx context.Context, id beta.GroupIdDriveIdItemIdChildId, ...) (result GetDriveItemChildContentStreamOperationResponse, err error) + func (c DriveItemChildContentStreamClient) SetDriveItemChildContentStream(ctx context.Context, id beta.GroupIdDriveIdItemIdChildId, input []byte, ...) (result SetDriveItemChildContentStreamOperationResponse, err error) + type GetDriveItemChildContentStreamOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultGetDriveItemChildContentStreamOperationOptions() GetDriveItemChildContentStreamOperationOptions + func (o GetDriveItemChildContentStreamOperationOptions) ToHeaders() *client.Headers + func (o GetDriveItemChildContentStreamOperationOptions) ToOData() *odata.Query + func (o GetDriveItemChildContentStreamOperationOptions) ToQuery() *client.QueryParams + type GetDriveItemChildContentStreamOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type SetDriveItemChildContentStreamOperationOptions struct + ContentType string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultSetDriveItemChildContentStreamOperationOptions() SetDriveItemChildContentStreamOperationOptions + func (o SetDriveItemChildContentStreamOperationOptions) ToHeaders() *client.Headers + func (o SetDriveItemChildContentStreamOperationOptions) ToOData() *odata.Query + func (o SetDriveItemChildContentStreamOperationOptions) ToQuery() *client.QueryParams + type SetDriveItemChildContentStreamOperationResponse struct + HttpResponse *http.Response + OData *odata.OData