< Back

New-ItemActivityStatObject

Sat Jan 18, 2020 12:33 pm

NAME New-ItemActivityStatObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.itemActivityStat" (or one of its derived types).





SYNTAX

New-ItemActivityStatObject [-access <object>] [-activities <object[]>] [-create <object>] [-delete <object>]

[-edit <object>] [-endDateTime <DateTimeOffset>] [-incompleteData <object>] [-isTrending <bool>] [-move <object>]

[-startDateTime <DateTimeOffset>] [<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.itemActivityStat" (or one of its derived types).





PARAMETERS

-startDateTime <DateTimeOffset>

The "startDateTime" property, of type "Edm.DateTimeOffset".



This property is on the "microsoft.graph.itemActivityStat" type.



Required? false

Position? named

Default value 1/1/0001 12:00:00 AM +00:00

Accept pipeline input? false

Accept wildcard characters? false



-endDateTime <DateTimeOffset>

The "endDateTime" property, of type "Edm.DateTimeOffset".



This property is on the "microsoft.graph.itemActivityStat" type.



Required? false

Position? named

Default value 1/1/0001 12:00:00 AM +00:00

Accept pipeline input? false

Accept wildcard characters? false



-access <object>

The "access" property, of type "microsoft.graph.itemActionStat".



This property is on the "microsoft.graph.itemActivityStat" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-create <object>

The "create" property, of type "microsoft.graph.itemActionStat".



This property is on the "microsoft.graph.itemActivityStat" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-delete <object>

The "delete" property, of type "microsoft.graph.itemActionStat".



This property is on the "microsoft.graph.itemActivityStat" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-edit <object>

The "edit" property, of type "microsoft.graph.itemActionStat".



This property is on the "microsoft.graph.itemActivityStat" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-move <object>

The "move" property, of type "microsoft.graph.itemActionStat".



This property is on the "microsoft.graph.itemActivityStat" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-isTrending <bool>

The "isTrending" property, of type "Edm.Boolean".



This property is on the "microsoft.graph.itemActivityStat" type.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-incompleteData <object>

The "incompleteData" property, of type "microsoft.graph.incompleteData".



This property is on the "microsoft.graph.itemActivityStat" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-activities <object[]>

The "activities" property, of type "microsoft.graph.itemActivity".



This property is on the "microsoft.graph.itemActivityStat" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS