-
Notifications
You must be signed in to change notification settings - Fork 10
New GASchemaField
Spencer Varney edited this page Dec 9, 2016
·
2 revisions
New-GASchemaField [-FieldName] <String> [-FieldType] <SchemaFieldType> [[-Indexed] <Boolean>]
[[-MultiValued] <Boolean>] [[-MinValue] <Double>] [[-MaxValue] <Double>]
[[-ReadAccessType] <SchemaFieldReadAccessType>] [-WhatIf] [-Confirm]
New-GASchemaField [-SchemaFieldSpec] <SchemaFieldSpec> [-WhatIf] [-Confirm]
{{Fill in the Description}}
PS C:\> {{ Add example code here }}
{{ Add example description here }}
{{Fill FieldName Description}}
Type: String
Parameter Sets: New
Aliases:
Required: True
Position: 0
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Possible values: STRING, INT64, BOOL, DOUBLE, EMAIL, PHONE, DATE
Type: SchemaFieldType
Parameter Sets: New
Aliases:
Accepted values: STRING, INT64, BOOL, DOUBLE, EMAIL, PHONE, DATE
Required: True
Position: 1
Default value: STRING
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
{{Fill Indexed Description}}
Type: Boolean
Parameter Sets: New
Aliases:
Required: False
Position: 2
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
{{Fill MultiValued Description}}
Type: Boolean
Parameter Sets: New
Aliases:
Required: False
Position: 3
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
{{Fill MinValue Description}}
Type: Double
Parameter Sets: New
Aliases:
Required: False
Position: 4
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
{{Fill MaxValue Description}}
Type: Double
Parameter Sets: New
Aliases:
Required: False
Position: 5
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Possible values: ALL_DOMAIN_USERS, ADMINS_AND_SELF
Type: SchemaFieldReadAccessType
Parameter Sets: New
Aliases:
Accepted values: ALL_DOMAIN_USERS, ADMINS_AND_SELF
Required: False
Position: 6
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
{{Fill SchemaFieldSpec Description}}
Type: SchemaFieldSpec
Parameter Sets: Google
Aliases:
Required: True
Position: 0
Default value:
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
News - Get Started - Cmdlet Index - FAQ - Discussion - Downloads