249 строки
19 KiB
YAML
249 строки
19 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties"
|
|
fullName: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties"
|
|
name: "TableProperties"
|
|
nameWithType: "TableProperties"
|
|
summary: "Table properties."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **TableProperties**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.TableProperties()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.TableProperties()"
|
|
name: "TableProperties()"
|
|
nameWithType: "TableProperties.TableProperties()"
|
|
summary: "Creates an instance of Table<wbr>Properties class."
|
|
syntax: "public TableProperties()"
|
|
desc: "Creates an instance of TableProperties class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.archiveRetentionInDays()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.archiveRetentionInDays()"
|
|
name: "archiveRetentionInDays()"
|
|
nameWithType: "TableProperties.archiveRetentionInDays()"
|
|
summary: "Get the archive<wbr>Retention<wbr>InDays property: The table data archive retention in days."
|
|
syntax: "public Integer archiveRetentionInDays()"
|
|
desc: "Get the archiveRetentionInDays property: The table data archive retention in days. Calculated as (totalRetentionInDays-retentionInDays)."
|
|
returns:
|
|
description: "the archiveRetentionInDays value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.lastPlanModifiedDate()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.lastPlanModifiedDate()"
|
|
name: "lastPlanModifiedDate()"
|
|
nameWithType: "TableProperties.lastPlanModifiedDate()"
|
|
summary: "Get the last<wbr>Plan<wbr>Modified<wbr>Date property: The timestamp that table plan was last modified (UTC)."
|
|
syntax: "public String lastPlanModifiedDate()"
|
|
desc: "Get the lastPlanModifiedDate property: The timestamp that table plan was last modified (UTC)."
|
|
returns:
|
|
description: "the lastPlanModifiedDate value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.plan()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.plan()"
|
|
name: "plan()"
|
|
nameWithType: "TableProperties.plan()"
|
|
summary: "Get the plan property: Instruct the system how to handle and charge the logs ingested to this table."
|
|
syntax: "public TablePlanEnum plan()"
|
|
desc: "Get the plan property: Instruct the system how to handle and charge the logs ingested to this table."
|
|
returns:
|
|
description: "the plan value."
|
|
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.TablePlanEnum?alt=com.azure.resourcemanager.loganalytics.models.TablePlanEnum&text=TablePlanEnum\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.provisioningState()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.provisioningState()"
|
|
name: "provisioningState()"
|
|
nameWithType: "TableProperties.provisioningState()"
|
|
summary: "Get the provisioning<wbr>State property: Table's current provisioning state."
|
|
syntax: "public ProvisioningStateEnum provisioningState()"
|
|
desc: "Get the provisioningState property: Table's current provisioning state. If set to 'updating', indicates a resource lock due to ongoing operation, forbidding any update to the table until the ongoing operation is concluded."
|
|
returns:
|
|
description: "the provisioningState value."
|
|
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.ProvisioningStateEnum?alt=com.azure.resourcemanager.loganalytics.models.ProvisioningStateEnum&text=ProvisioningStateEnum\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.restoredLogs()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.restoredLogs()"
|
|
name: "restoredLogs()"
|
|
nameWithType: "TableProperties.restoredLogs()"
|
|
summary: "Get the restored<wbr>Logs property: Parameters of the restore operation that initiated this table."
|
|
syntax: "public RestoredLogs restoredLogs()"
|
|
desc: "Get the restoredLogs property: Parameters of the restore operation that initiated this table."
|
|
returns:
|
|
description: "the restoredLogs value."
|
|
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.RestoredLogs?alt=com.azure.resourcemanager.loganalytics.models.RestoredLogs&text=RestoredLogs\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.resultStatistics()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.resultStatistics()"
|
|
name: "resultStatistics()"
|
|
nameWithType: "TableProperties.resultStatistics()"
|
|
summary: "Get the result<wbr>Statistics property: Search job execution statistics."
|
|
syntax: "public ResultStatistics resultStatistics()"
|
|
desc: "Get the resultStatistics property: Search job execution statistics."
|
|
returns:
|
|
description: "the resultStatistics value."
|
|
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.ResultStatistics?alt=com.azure.resourcemanager.loganalytics.models.ResultStatistics&text=ResultStatistics\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.retentionInDays()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.retentionInDays()"
|
|
name: "retentionInDays()"
|
|
nameWithType: "TableProperties.retentionInDays()"
|
|
summary: "Get the retention<wbr>InDays property: The table retention in days, between 4 and 730."
|
|
syntax: "public Integer retentionInDays()"
|
|
desc: "Get the retentionInDays property: The table retention in days, between 4 and 730. Setting this property to -1 will default to the workspace retention."
|
|
returns:
|
|
description: "the retentionInDays value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.retentionInDaysAsDefault()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.retentionInDaysAsDefault()"
|
|
name: "retentionInDaysAsDefault()"
|
|
nameWithType: "TableProperties.retentionInDaysAsDefault()"
|
|
summary: "Get the retention<wbr>InDays<wbr>AsDefault property: True - Value originates from workspace retention in days, False - Customer specific."
|
|
syntax: "public Boolean retentionInDaysAsDefault()"
|
|
desc: "Get the retentionInDaysAsDefault property: True - Value originates from workspace retention in days, False - Customer specific."
|
|
returns:
|
|
description: "the retentionInDaysAsDefault value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.schema()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.schema()"
|
|
name: "schema()"
|
|
nameWithType: "TableProperties.schema()"
|
|
summary: "Get the schema property: Table schema."
|
|
syntax: "public Schema schema()"
|
|
desc: "Get the schema property: Table schema."
|
|
returns:
|
|
description: "the schema value."
|
|
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.Schema?alt=com.azure.resourcemanager.loganalytics.models.Schema&text=Schema\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.searchResults()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.searchResults()"
|
|
name: "searchResults()"
|
|
nameWithType: "TableProperties.searchResults()"
|
|
summary: "Get the search<wbr>Results property: Parameters of the search job that initiated this table."
|
|
syntax: "public SearchResults searchResults()"
|
|
desc: "Get the searchResults property: Parameters of the search job that initiated this table."
|
|
returns:
|
|
description: "the searchResults value."
|
|
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.SearchResults?alt=com.azure.resourcemanager.loganalytics.models.SearchResults&text=SearchResults\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.totalRetentionInDays()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.totalRetentionInDays()"
|
|
name: "totalRetentionInDays()"
|
|
nameWithType: "TableProperties.totalRetentionInDays()"
|
|
summary: "Get the total<wbr>Retention<wbr>InDays property: The table total retention in days, between 4 and 2556."
|
|
syntax: "public Integer totalRetentionInDays()"
|
|
desc: "Get the totalRetentionInDays property: The table total retention in days, between 4 and 2556. Setting this property to -1 will default to table retention."
|
|
returns:
|
|
description: "the totalRetentionInDays value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.totalRetentionInDaysAsDefault()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.totalRetentionInDaysAsDefault()"
|
|
name: "totalRetentionInDaysAsDefault()"
|
|
nameWithType: "TableProperties.totalRetentionInDaysAsDefault()"
|
|
summary: "Get the total<wbr>Retention<wbr>InDays<wbr>AsDefault property: True - Value originates from retention in days, False - Customer specific."
|
|
syntax: "public Boolean totalRetentionInDaysAsDefault()"
|
|
desc: "Get the totalRetentionInDaysAsDefault property: True - Value originates from retention in days, False - Customer specific."
|
|
returns:
|
|
description: "the totalRetentionInDaysAsDefault value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.validate()"
|
|
fullName: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.validate()"
|
|
name: "validate()"
|
|
nameWithType: "TableProperties.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.withPlan(com.azure.resourcemanager.loganalytics.models.TablePlanEnum)"
|
|
fullName: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.withPlan(TablePlanEnum plan)"
|
|
name: "withPlan(TablePlanEnum plan)"
|
|
nameWithType: "TableProperties.withPlan(TablePlanEnum plan)"
|
|
summary: "Set the plan property: Instruct the system how to handle and charge the logs ingested to this table."
|
|
parameters:
|
|
- description: "the plan value to set."
|
|
name: "plan"
|
|
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.TablePlanEnum?alt=com.azure.resourcemanager.loganalytics.models.TablePlanEnum&text=TablePlanEnum\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public TableProperties withPlan(TablePlanEnum plan)"
|
|
desc: "Set the plan property: Instruct the system how to handle and charge the logs ingested to this table."
|
|
returns:
|
|
description: "the TableProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.loganalytics.fluent.models.TableProperties?alt=com.azure.resourcemanager.loganalytics.fluent.models.TableProperties&text=TableProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.withRestoredLogs(com.azure.resourcemanager.loganalytics.models.RestoredLogs)"
|
|
fullName: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.withRestoredLogs(RestoredLogs restoredLogs)"
|
|
name: "withRestoredLogs(RestoredLogs restoredLogs)"
|
|
nameWithType: "TableProperties.withRestoredLogs(RestoredLogs restoredLogs)"
|
|
summary: "Set the restored<wbr>Logs property: Parameters of the restore operation that initiated this table."
|
|
parameters:
|
|
- description: "the restoredLogs value to set."
|
|
name: "restoredLogs"
|
|
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.RestoredLogs?alt=com.azure.resourcemanager.loganalytics.models.RestoredLogs&text=RestoredLogs\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public TableProperties withRestoredLogs(RestoredLogs restoredLogs)"
|
|
desc: "Set the restoredLogs property: Parameters of the restore operation that initiated this table."
|
|
returns:
|
|
description: "the TableProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.loganalytics.fluent.models.TableProperties?alt=com.azure.resourcemanager.loganalytics.fluent.models.TableProperties&text=TableProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.withRetentionInDays(java.lang.Integer)"
|
|
fullName: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.withRetentionInDays(Integer retentionInDays)"
|
|
name: "withRetentionInDays(Integer retentionInDays)"
|
|
nameWithType: "TableProperties.withRetentionInDays(Integer retentionInDays)"
|
|
summary: "Set the retention<wbr>InDays property: The table retention in days, between 4 and 730."
|
|
parameters:
|
|
- description: "the retentionInDays value to set."
|
|
name: "retentionInDays"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
syntax: "public TableProperties withRetentionInDays(Integer retentionInDays)"
|
|
desc: "Set the retentionInDays property: The table retention in days, between 4 and 730. Setting this property to -1 will default to the workspace retention."
|
|
returns:
|
|
description: "the TableProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.loganalytics.fluent.models.TableProperties?alt=com.azure.resourcemanager.loganalytics.fluent.models.TableProperties&text=TableProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.withSchema(com.azure.resourcemanager.loganalytics.models.Schema)"
|
|
fullName: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.withSchema(Schema schema)"
|
|
name: "withSchema(Schema schema)"
|
|
nameWithType: "TableProperties.withSchema(Schema schema)"
|
|
summary: "Set the schema property: Table schema."
|
|
parameters:
|
|
- description: "the schema value to set."
|
|
name: "schema"
|
|
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.Schema?alt=com.azure.resourcemanager.loganalytics.models.Schema&text=Schema\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public TableProperties withSchema(Schema schema)"
|
|
desc: "Set the schema property: Table schema."
|
|
returns:
|
|
description: "the TableProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.loganalytics.fluent.models.TableProperties?alt=com.azure.resourcemanager.loganalytics.fluent.models.TableProperties&text=TableProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.withSearchResults(com.azure.resourcemanager.loganalytics.models.SearchResults)"
|
|
fullName: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.withSearchResults(SearchResults searchResults)"
|
|
name: "withSearchResults(SearchResults searchResults)"
|
|
nameWithType: "TableProperties.withSearchResults(SearchResults searchResults)"
|
|
summary: "Set the search<wbr>Results property: Parameters of the search job that initiated this table."
|
|
parameters:
|
|
- description: "the searchResults value to set."
|
|
name: "searchResults"
|
|
type: "<xref href=\"com.azure.resourcemanager.loganalytics.models.SearchResults?alt=com.azure.resourcemanager.loganalytics.models.SearchResults&text=SearchResults\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public TableProperties withSearchResults(SearchResults searchResults)"
|
|
desc: "Set the searchResults property: Parameters of the search job that initiated this table."
|
|
returns:
|
|
description: "the TableProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.loganalytics.fluent.models.TableProperties?alt=com.azure.resourcemanager.loganalytics.fluent.models.TableProperties&text=TableProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.withTotalRetentionInDays(java.lang.Integer)"
|
|
fullName: "com.azure.resourcemanager.loganalytics.fluent.models.TableProperties.withTotalRetentionInDays(Integer totalRetentionInDays)"
|
|
name: "withTotalRetentionInDays(Integer totalRetentionInDays)"
|
|
nameWithType: "TableProperties.withTotalRetentionInDays(Integer totalRetentionInDays)"
|
|
summary: "Set the total<wbr>Retention<wbr>InDays property: The table total retention in days, between 4 and 2556."
|
|
parameters:
|
|
- description: "the totalRetentionInDays value to set."
|
|
name: "totalRetentionInDays"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
syntax: "public TableProperties withTotalRetentionInDays(Integer totalRetentionInDays)"
|
|
desc: "Set the totalRetentionInDays property: The table total retention in days, between 4 and 2556. Setting this property to -1 will default to table retention."
|
|
returns:
|
|
description: "the TableProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.loganalytics.fluent.models.TableProperties?alt=com.azure.resourcemanager.loganalytics.fluent.models.TableProperties&text=TableProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Table properties."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.loganalytics.fluent.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-loganalytics:1.0.0
|