-
Notifications
You must be signed in to change notification settings - Fork 10
New GDriveFileImageMediaMetadataDataObj
Creates a new Drive API File.ImageMediaMetadataData object.
New-GDriveFileImageMediaMetadataDataObj [[-Aperture] <Single>] [[-CameraMake] <String>]
[[-CameraModel] <String>] [[-ColorSpace] <String>] [[-ExposureBias] <Single>] [[-ExposureMode] <String>]
[[-ExposureTime] <Single>] [[-FlashUsed] <Boolean>] [[-FocalLength] <Single>] [[-Height] <Int32>]
[[-IsoSpeed] <Int32>] [[-Lens] <String>] [[-Location] <LocationData>] [[-MaxApertureValue] <Single>]
[[-MeteringMode] <String>] [[-Rotation] <Int32>] [[-Sensor] <String>] [[-SubjectDistance] <Int32>]
[[-Time] <String>] [[-WhiteBalance] <String>] [[-Width] <Int32>] [-WhatIf] [-Confirm]
This provides a Cmdlet-Based approach to creating a File.ImageMediaMetadataData object which may be required as a parameter for some other Cmdlets in the Drive API category.
You could alternately create this object by calling New-Object -TypeName Google.Apis.Drive.v3.Data.File.ImageMediaMetadataData
PS C:\> New-GDriveFileImageMediaMetadataDataObj
This automatically generated example serves to show the bare minimum required to call this Cmdlet.
Additional examples may be added, viewed and edited by users on the community wiki at the URL found in the related links.
The aperture used to create the photo (f-number).
Type: Single
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The make of the camera used to create the photo.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The model of the camera used to create the photo.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The color space of the photo.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The exposure bias of the photo (APEX value).
Type: Single
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The exposure mode used to create the photo.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 5
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The length of the exposure, in seconds.
Type: Single
Parameter Sets: (All)
Aliases:
Required: False
Position: 6
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Whether a flash was used to create the photo.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 7
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The focal length used to create the photo, in millimeters.
Type: Single
Parameter Sets: (All)
Aliases:
Required: False
Position: 8
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The height of the image in pixels.
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: 9
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The ISO speed used to create the photo.
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: 10
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The lens used to create the photo.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 11
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Geographic location information stored in the image.
Type: LocationData
Parameter Sets: (All)
Aliases:
Required: False
Position: 12
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The smallest f-number of the lens at the focal length used to create the photo (APEX value).
Type: Single
Parameter Sets: (All)
Aliases:
Required: False
Position: 13
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The metering mode used to create the photo.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 14
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The rotation in clockwise degrees from the image's original orientation.
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: 15
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The type of sensor used to create the photo.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 16
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The distance to the subject of the photo, in meters.
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: 17
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The date and time the photo was taken (EXIF DateTime).
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 18
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The white balance mode used to create the photo.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 19
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The width of the image in pixels.
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: 20
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The aperture used to create the photo (f-number).
The make of the camera used to create the photo.
The model of the camera used to create the photo.
The color space of the photo.
The exposure bias of the photo (APEX value).
The exposure mode used to create the photo.
The length of the exposure, in seconds.
Whether a flash was used to create the photo.
The focal length used to create the photo, in millimeters.
The height of the image in pixels.
The ISO speed used to create the photo.
The lens used to create the photo.
Geographic location information stored in the image.
The smallest f-number of the lens at the focal length used to create the photo (APEX value).
The metering mode used to create the photo.
The rotation in clockwise degrees from the image's original orientation.
The type of sensor used to create the photo.
The distance to the subject of the photo, in meters.
The date and time the photo was taken (EXIF DateTime).
The white balance mode used to create the photo.
The width of the image in pixels.
Part of the gShell Project, relating to the Google Drive API; see Related Links or use the -Online parameter.
News - Get Started - Cmdlet Index - FAQ - Discussion - Downloads